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. 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) |
Protected Member Functions | |
AMaxicodeMsg () | |
AMaxicodeMsg (MaxicodeModeEnum mode, String primaryMsg, String remainingMsg) | |
Private Attributes | |
MaxicodeModeEnum | mode |
String | primaryMsg |
String | remainingMsg |
This is for modes with free form message. Does not apply to Mode 2 or 3.
|
protected |
|
protected |
String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetData | ( | ) |
The barcode data that includes the primary message + secondary messages to be encoded in the barcode.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.primaryMsg, and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.remainingMsg.
MaxicodeModeEnum com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetMode | ( | ) |
The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.mode.
String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetPrimaryMsg | ( | ) |
Primary Message, excluding the mode value, typically has a maximum of 9 characters.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.primaryMsg.
String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetRemainingMsg | ( | ) |
Secondary Message, typically has a maximum of 68 characters for modes with EEC or 84 characters for modes with SEC.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsg.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.remainingMsg.
void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.SetMode | ( | MaxicodeModeEnum | mode | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.SetPrimaryMsg | ( | String | primaryMsg | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.SetRemainingMsg | ( | String | remainingMsg | ) |
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.AMaxicodeMsg(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetMode(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsg.MaxicodeMsg(), com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsg.MaxicodeMsg(), and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.SetMode().
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.AMaxicodeMsg(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetData(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetPrimaryMsg(), com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsg.MaxicodeMsg(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsg.MaxicodeMsg(), and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.SetPrimaryMsg().
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.AMaxicodeMsg(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetData(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.GetRemainingMsg(), com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsg.MaxicodeMsg(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsg.MaxicodeMsg(), and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg.SetRemainingMsg().