|
|
| MaxicodeMsg (MaxicodeModeEnum mode, String primaryMsg, String remainingMsg) |
| |
|
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 | GetPrimaryMsg () |
| | Primary Message, excluding the mode value, typically has a maximum of 9 characters.
|
| |
|
String | GetRemainingMsg () |
| | Secondary Message, typically has a maximum of 68 characters for modes with EEC or 84 characters for modes with SEC.
|
| |
|
void | SetMode (MaxicodeModeEnum mode) |
| |
|
void | SetPrimaryMsg (String primaryMsg) |
| |
|
void | SetRemainingMsg (String remainingMsg) |
| |