Public Member Functions | |
| MaxicodeMsg () | |
| MaxicodeMsg (MaxicodeModeEnum mode, String primaryMsg, String remainingMsg) | |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg | |
| 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 | |
Protected Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg | |
| 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 | ||
| ) |