TBarCode Library 11
TBarCode Library 11
|
These functions are used for modifying the behavior of TBarCode when generating the Maxicode symbology. More...
Functions | |
LONG _stdcall | BCGet_Maxi_Mode (t_BarCode *pBarCode) |
Gets current encoding mode for MaxiCode. More... | |
LONG _stdcall | BCGet_Maxi_AppendSum (t_BarCode *pBarCode) |
Gets total number of symbols in "Structured Append" mode of MaxiCode. More... | |
LONG _stdcall | BCGet_Maxi_AppendIndex (t_BarCode *pBarCode) |
Gets index of current symbol in "Structured Append" mode of MaxiCode. More... | |
LONG _stdcall | BCGet_Maxi_UnderCut (t_BarCode *pBarCode) |
Gets current undercut value of MaxiCode. More... | |
BOOL _stdcall | BCGet_Maxi_UsePreamble (t_BarCode *pBarCode) |
Determines whether the usage of the "Preamble" is activated. More... | |
ERRCODE _stdcall | BCSet_Maxi_Mode (t_BarCode *pBarCode, LONG nMode) |
Specifies the operating mode for encoding data. More... | |
ERRCODE _stdcall | BCSet_Maxi_Append (t_BarCode *pBarCode, LONG nSum, LONG nIndex) |
Activates MaxiCode "Structured Append" feature. More... | |
ERRCODE _stdcall | BCSet_Maxi_UnderCut (t_BarCode *pBarCode, LONG nUndercut) |
Specifies the undercut value of MaxiCode. More... | |
LPCSTR _stdcall | BCGet_Maxi_PreambleDateA (t_BarCode *pBarCode) |
Returns the current date encoded in the MaxiCode preamble. More... | |
LPCWSTR _stdcall | BCGet_Maxi_PreambleDateW (t_BarCode *pBarCode) |
Returns the current date encoded in the MaxiCode preamble. More... | |
LPCSTR _stdcall | BCGet_Maxi_SCMServClassA (t_BarCode *pBarCode) |
Gets service class of MaxiCode Structured Carrier Message (SCM). More... | |
LPCWSTR _stdcall | BCGet_Maxi_SCMServClassW (t_BarCode *pBarCode) |
Gets service class of MaxiCode Structured Carrier Message (SCM). More... | |
LPCSTR _stdcall | BCGet_Maxi_SCMCountryCodeA (t_BarCode *pBarCode) |
Gets country code of MaxiCode Structured Carrier Message (SCM). More... | |
LPCWSTR _stdcall | BCGet_Maxi_SCMCountryCodeW (t_BarCode *pBarCode) |
Gets country code of MaxiCode Structured Carrier Message (SCM). More... | |
LPCSTR _stdcall | BCGet_Maxi_SCMPostalCodeA (t_BarCode *pBarCode) |
Gets postal code of MaxiCode Structured Carrier Message (SCM). More... | |
LPCWSTR _stdcall | BCGet_Maxi_SCMPostalCodeW (t_BarCode *pBarCode) |
Gets postal code of MaxiCode Structured Carrier Message (SCM). More... | |
ERRCODE _stdcall | BCSet_Maxi_UsePreambleA (t_BarCode *pBarCode, BOOL bUse, LPCSTR szDate) |
Activates the usage of the "Preamble" in MaxiCode. More... | |
ERRCODE _stdcall | BCSet_Maxi_UsePreambleW (t_BarCode *pBarCode, BOOL bUse, LPCWSTR szDate) |
Activates the usage of the "Preamble" in MaxiCode. More... | |
ERRCODE _stdcall | BCSet_Maxi_SCMA (t_BarCode *pBarCode, LPCSTR szServiceClass, LPCSTR szCountryCode, LPCSTR szPostalCode) |
Set MaxiCode structured carrier message (SCM). More... | |
ERRCODE _stdcall | BCSet_Maxi_SCMW (t_BarCode *pBarCode, LPCWSTR szServiceClass, LPCWSTR szCountryCode, LPCWSTR szPostalCode) |
Set MaxiCode structured carrier message (SCM). More... | |
These functions are used for modifying the behavior of TBarCode when generating the Maxicode symbology.
© 2014 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Tue Aug 12 2014 12:30:34 for TBarCode Library 11 with doxygen 1.8.3.1 |