TBarCode Library 11  TBarCode Library 11
Han Xin Code

These functions are used for modifying the behavior of TBarCode when generating the Han Xin Code symbology. More...

Functions

LONG BCGetHanXinVersionCount ()
 Returns number of implemented Han Xin Code versions.
e_HanXinSizes BCGet_HanXin_Version (t_BarCode *pBarCode)
 Gets the current symbol version (the symbol size).
ERRCODE BCSet_HanXin_Version (t_BarCode *pBarCode, e_HanXinSizes eVersion)
 Specifies the symbol version (the symbol size).
e_HanXinECLevel BCGet_HanXin_ECLevel (t_BarCode *pBarCode)
 Gets the current Han Xin Code error correction level (ECL).
ERRCODE BCSet_HanXin_ECLevel (t_BarCode *pBarCode, e_HanXinECLevel eECLevel)
 Sets Han Xin Code error correction level (ECL).
e_HanXinMask BCGet_HanXin_Mask (t_BarCode *pBarCode)
 Gets the current Han Xin Code mask pattern (0-3).
ERRCODE BCSet_HanXin_Mask (t_BarCode *pBarCode, e_HanXinMask eMask)
 Sets Han Xin Code mask pattern (0-3).
BOOL BCGet_HanXin_EnforceBinaryEncoding (t_BarCode *pBarCode)
 Determines whether the data is encoded in binary format.
ERRCODE BCSet_HanXin_EnforceBinaryEncoding (t_BarCode *pBarCode, BOOL bEnforceBinary)
 Determines whether Han Xin Code shall be encoded in binary mode or not.
LPCSTR * BCGetHanXinVersionsA ()
 Returns implemented Han Xin Code versions.
LPCWSTR * BCGetHanXinVersionsW ()
 Returns implemented Han Xin Code versions.

Detailed Description

These functions are used for modifying the behavior of TBarCode when generating the Han Xin Code symbology.