Interface for objects that contain Maxicode barcode data. More...
Public Member Functions | |
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... | |
Interface for objects that contain Maxicode barcode data.
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.GetData | ( | ) |
The barcode data that includes the primary message + secondary messages to be encoded in the barcode.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg, com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard, com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructured, com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard, and com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructured.
MaxicodeModeEnum com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.GetMode | ( | ) |
The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard, com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg, and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.
Referenced by com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeBarcode.toString().
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.SetMode | ( | MaxicodeModeEnum | mode | ) |