Maxicode 條碼數據。Maxicode 自由格式承載讯息。僅適用於模式 2 和 3。 更多...
公開方法(Public Methods) | |
String | GetPostalCode () |
void | SetPostalCode (String postalCode) |
String | GetCountryCode () |
void | SetCountryCode (String countryCode) |
String | GetServiceClass () |
void | SetServiceClass (String serviceClass) |
String | GetRemainingMsg () |
void | SetRemainingMsg (String remainingMsg) |
![]() | |
MaxicodeModeEnum | GetMode () |
用於說明條碼數據格式的模式。請參見MaxicodeModeEnum以獲取支持的模式。 更多... | |
void | SetMode (MaxicodeModeEnum mode) |
String | GetData () |
條碼數據,包括要編碼在條碼中的主要讯息和次要讯息。 更多... | |
Maxicode 條碼數據。Maxicode 自由格式承載讯息。僅適用於模式 2 和 3。
模式 2、3 的「結構化承載讯息」需要郵政編碼、國家代碼和服務類別字段。
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.GetCountryCode | ( | ) |
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.GetPostalCode | ( | ) |
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.GetRemainingMsg | ( | ) |
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.GetServiceClass | ( | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.SetCountryCode | ( | String | countryCode | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.SetPostalCode | ( | String | postalCode | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.SetRemainingMsg | ( | String | remainingMsg | ) |
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.SetServiceClass | ( | String | serviceClass | ) |