|
| MaxicodeMsgStructured (MaxicodeModeEnum mode, String postalCode, String countryCode, String serviceClass, String remainingMsg) |
|
String | GetCountryCode () |
|
String | GetData () |
| The barcode data that includes the primary message + secondary messages to be encoded in the barcode.
|
|
MaxicodeModeEnum | GetMode () |
| The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes.
|
|
String | GetPostalCode () |
|
String | GetRemainingMsg () |
|
String | GetServiceClass () |
|
void | SetCountryCode (String countryCode) |
|
void | SetMode (MaxicodeModeEnum mode) |
|
void | SetPostalCode (String postalCode) |
|
void | SetRemainingMsg (String remainingMsg) |
|
void | SetServiceClass (String serviceClass) |
|