Maxicode 条码数据。Maxicode 自由格式承载讯息。仅适用于模式 2 和 3。 更多...
Public 成员函数 | |
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 | ) |