UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.IMaxicodeMsgStructuredOpenSystemStandard 介面 參考文件

Maxicode 條碼數據。Maxicode 開放系統標準載體訊息。僅適用於模式 2 和 3。 更多...

類別UniPRT.Sdk.LabelMaker.Interfaces.IMaxicodeMsgStructuredOpenSystemStandard的繼承圖:
UniPRT.Sdk.LabelMaker.Interfaces.IMaxicodeData UniPRT.Sdk.LabelMaker.Interfaces.AMaxicodeMsgStructuredOpenSystemStandard UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard

屬性(properties)

string CountryCode [get, set]
 
string Data [get]
 條碼數據,包括將編碼到條碼中的主要訊息和次要訊息。
 
Enum Mode [get, set]
 用於說明條碼數據格式的模式。請參閱 MaxicodeModeEnum 以了解可能支援的模式。
 
string PostalCode [get, set]
 
string RemainingMsg [get, set]
 
string ServiceClass [get, set]
 
string Year [get, set]
 

詳細描述

Maxicode 條碼數據。Maxicode 開放系統標準載體訊息。僅適用於模式 2 和 3。


開放系統標準載體訊息格式通常編碼為條碼,帶有 "[)><Rs>01<Gs>" 前綴,如下所示:
"[)>"<Rs>"01"<Gs><yy><PostalCode><Gs><CountryCode><Gs><ServiceClass><Gs><RemainingMsg><Rs><EOT>
其中:

  • yy: 2 個字元的年份(數字)
  • Rs: 記錄分隔符(0x1E)
  • Gs: 群組分隔符(0x1D)
  • EOT: 傳輸結束(0x04)