API Reference
Class
MaxiCodeDecoded
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
- Property CodeGlyphDecoded.MaxiCode
Accepted by parameters
- Method MaxiCodeCode.TryDecode
- Method MaxiCodeDecoder.TryDecodeDetailed
Inherited Methods
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.