Interface AustraliaPostCustomerInformationDecoder

AustraliaPostCustomerInformationDecoder interface

Public interface for Customer Information Field decoding which is used in AustraliaPost symbology. Implementation should be provided by user.

public interface AustraliaPostCustomerInformationDecoder

Methods

NameDescription
Decode(string)Decode Customer Information Field from AustraliaPost symbology. Can be used for different data interpretation from NTable and CTable encoding. Data is provided as a row of bar values: 0, 1, 2 or 3.

See Also