Public Member Functions | |
MaxicodeMsg () | |
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. More... | |
MaxicodeModeEnum | GetMode () |
The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes. More... | |
void | SetMode (MaxicodeModeEnum mode) |
String | GetPrimaryMsg () |
Primary Message, excluding the mode value, typically has a maximum of 9 characters. More... | |
void | SetPrimaryMsg (String primaryMsg) |
String | GetRemainingMsg () |
Secondary Message, typically has a maximum of 68 characters for modes with EEC or 84 characters for modes with SEC. More... | |
void | SetRemainingMsg (String remainingMsg) |
Additional Inherited Members | |
![]() | |
AMaxicodeMsg () | |
AMaxicodeMsg (MaxicodeModeEnum mode, String primaryMsg, String remainingMsg) | |
com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsg.MaxicodeMsg | ( | ) |
com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsg.MaxicodeMsg | ( | MaxicodeModeEnum | mode, |
String | primaryMsg, | ||
String | remainingMsg | ||
) |