|
| LPCSTR | BCGet_Maxi_PreambleDateA (t_BarCode *pBarCode) |
| | Returns the current date encoded in the MaxiCode preamble.
|
| LPCWSTR | BCGet_Maxi_PreambleDateW (t_BarCode *pBarCode) |
| | Returns the current date encoded in the MaxiCode preamble.
|
| LPCSTR | BCGet_Maxi_SCMServClassA (t_BarCode *pBarCode) |
| | Gets service class of MaxiCode Structured Carrier Message (SCM).
|
| LPCWSTR | BCGet_Maxi_SCMServClassW (t_BarCode *pBarCode) |
| | Gets service class of MaxiCode Structured Carrier Message (SCM).
|
| LPCSTR | BCGet_Maxi_SCMCountryCodeA (t_BarCode *pBarCode) |
| | Gets country code of MaxiCode Structured Carrier Message (SCM).
|
| LPCWSTR | BCGet_Maxi_SCMCountryCodeW (t_BarCode *pBarCode) |
| | Gets country code of MaxiCode Structured Carrier Message (SCM).
|
| LPCSTR | BCGet_Maxi_SCMPostalCodeA (t_BarCode *pBarCode) |
| | Gets postal code of MaxiCode Structured Carrier Message (SCM).
|
| LPCWSTR | BCGet_Maxi_SCMPostalCodeW (t_BarCode *pBarCode) |
| | Gets postal code of MaxiCode Structured Carrier Message (SCM).
|
| ERRCODE | BCSet_Maxi_UsePreambleA (t_BarCode *pBarCode, BOOL bUse, LPCSTR szDate) |
| | Activates the usage of the "Preamble" in MaxiCode.
|
| ERRCODE | BCSet_Maxi_UsePreambleW (t_BarCode *pBarCode, BOOL bUse, LPCWSTR szDate) |
| | Activates the usage of the "Preamble" in MaxiCode.
|
| ERRCODE | BCSet_Maxi_SCMA (t_BarCode *pBarCode, LPCSTR szServiceClass, LPCSTR szCountryCode, LPCSTR szPostalCode) |
| | Set MaxiCode structured carrier message (SCM).
|
| ERRCODE | BCSet_Maxi_SCMW (t_BarCode *pBarCode, LPCWSTR szServiceClass, LPCWSTR szCountryCode, LPCWSTR szPostalCode) |
| | Set MaxiCode structured carrier message (SCM).
|
Functions |
| LONG | BCGet_Maxi_Mode (t_BarCode *pBarCode) |
| | Gets current encoding mode for MaxiCode.
|
| LONG | BCGet_Maxi_AppendSum (t_BarCode *pBarCode) |
| | Gets total number of symbols in "Structured Append" mode of MaxiCode.
|
| LONG | BCGet_Maxi_AppendIndex (t_BarCode *pBarCode) |
| | Gets index of current symbol in "Structured Append" mode of MaxiCode.
|
| LONG | BCGet_Maxi_UnderCut (t_BarCode *pBarCode) |
| | Gets current undercut value of MaxiCode.
|
| BOOL | BCGet_Maxi_UsePreamble (t_BarCode *pBarCode) |
| | Determines whether the usage of the "Preamble" is activated.
|
| ERRCODE | BCSet_Maxi_Mode (t_BarCode *pBarCode, LONG nMode) |
| | Specifies the operating mode for encoding data.
|
| ERRCODE | BCSet_Maxi_Append (t_BarCode *pBarCode, LONG nSum, LONG nIndex) |
| | Activates MaxiCode "Structured Append" feature.
|
| ERRCODE | BCSet_Maxi_UnderCut (t_BarCode *pBarCode, LONG nUndercut) |
| | Specifies the undercut value of MaxiCode.
|