Maxicode barcode data. Does not apply to Mode 2 or 3. More...
Public Member Functions | |
| 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) |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData | |
| 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 | GetData () |
| The barcode data that includes the primary message + secondary messages to be encoded in the barcode. More... | |
Maxicode barcode data. Does not apply to Mode 2 or 3.
| String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.GetPrimaryMsg | ( | ) |
Primary Message, excluding the mode value, typically has a maximum of 9 characters.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.
| String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.GetRemainingMsg | ( | ) |
Secondary Message, typically has a maximum of 68 characters for modes with EEC or 84 characters for modes with SEC.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.
| void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.SetPrimaryMsg | ( | String | primaryMsg | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.
| void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.SetRemainingMsg | ( | String | remainingMsg | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.