|
| MaxicodeMsgStructured (MaxicodeModeEnum mode, String postalCode, String countryCode, String serviceClass, String remainingMsg) |
|
String | GetCountryCode () |
|
String | GetData () |
| 條碼數據,包括要編碼在條碼中的主要讯息和次要讯息。
|
|
MaxicodeModeEnum | GetMode () |
| 用於說明條碼數據格式的模式。請參見MaxicodeModeEnum以獲取支持的模式。
|
|
String | GetPostalCode () |
|
String | GetRemainingMsg () |
|
String | GetServiceClass () |
|
void | SetCountryCode (String countryCode) |
|
void | SetMode (MaxicodeModeEnum mode) |
|
void | SetPostalCode (String postalCode) |
|
void | SetRemainingMsg (String remainingMsg) |
|
void | SetServiceClass (String serviceClass) |
|