Maxicode barcode data. Maxicode Open System Standard carrier message. Only applies to Mode 2 and 3. More...
Public Member Functions | |
String | GetPostalCode () |
void | SetPostalCode (String postalCode) |
String | GetCountryCode () |
void | SetCountryCode (String countryCode) |
String | GetServiceClass () |
void | SetServiceClass (String serviceClass) |
String | GetYear () |
void | SetYear (String year) |
String | GetRemainingMsg () |
void | SetRemainingMsg (String remainingMsg) |
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. Maxicode Open System Standard carrier message. Only applies to Mode 2 and 3.
The Open System Standard carrier message format is typically encoded into a barcode with a "[)><Rs>01<Gs>" prefix as follows:
"[)>"<Rs>"01"<Gs><yy><PostalCode><Gs><CountryCode><Gs><ServiceClass><Gs><RemainingMsg><Rs><EOT>
Where:
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.GetCountryCode | ( | ) |
MaxicodeModeEnum com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.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.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.GetPostalCode | ( | ) |
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.GetRemainingMsg | ( | ) |
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.GetServiceClass | ( | ) |
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.GetYear | ( | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.SetCountryCode | ( | String | countryCode | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.SetMode | ( | MaxicodeModeEnum | mode | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.SetPostalCode | ( | String | postalCode | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.SetRemainingMsg | ( | String | remainingMsg | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.SetServiceClass | ( | String | serviceClass | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.SetYear | ( | String | year | ) |