This is for modes with free form message. Does not apply to Mode 2 or 3. More...
Public Member Functions | |
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) |
Protected Member Functions | |
AMaxicodeMsg (MaxicodeModeEnum mode, String primaryMsg, String remainingMsg) | |
This is for modes with free form message. Does not apply to Mode 2 or 3.