CodeGlyphX logo
CodeGlyphX

API Reference

Class

MaxiCodeDecoded

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Detailed MaxiCode payload and carrier metadata.

Inheritance

  • Object
  • MaxiCodeDecoded

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Properties

public MaxiCodeMode Mode { get; } #

Gets the decoded mode.

public String Text { get; } #

Gets the decoded secondary message.

public Byte[] Bytes { get; } #

Gets a copy of decoded secondary-message bytes.

public String PostalCode { get; } #

Gets the postal code for Modes 2 and 3.

public Nullable<Int32> CountryCode { get; } #

Gets the country code for Modes 2 and 3.

public Nullable<Int32> ServiceClass { get; } #

Gets the service class for Modes 2 and 3.

public IReadOnlyList<Int32> EciAssignments { get; } #

Gets ECI assignments encountered in payload order.

public Nullable<Int32> StructuredAppendIndex { get; } #

Gets the one-based structured-append index.

public Nullable<Int32> StructuredAppendCount { get; } #

Gets the structured-append count.

public Boolean IsReaderProgramming { get; } #

Gets whether this is a Mode 6 reader-programming symbol.

public String SymbologyIdentifier { get; } #

Gets the AIM symbology identifier.