TBarCode Library 11
TBarCode Library 11
|
Modifies the behavior of TBarCode regarding check-digit computation. More...
Functions | |
e_CDMethod | BCGetCDMethod (t_BarCode *pBarCode) |
Gets the check-digit method currently in use. More... | |
ERRCODE | BCSetCDMethod (t_BarCode *pBarCode, e_CDMethod eMethod) |
Chooses check-digit method to be used. More... | |
ERRCODE | BCCalcCD (t_BarCode *pBarCode) |
Calculates check-digit(s). More... | |
ERRCODE | BCCalcCDExtA (t_BarCode *pBarCode, LPCSTR lpszData, e_CDMethod eCDMethod, LPSTR lpszChecksum, LONG *nChecksum) |
Calculates check-digit(s) for a given data string. More... | |
LONG | BCGetCheckDigitsA (t_BarCode *pBarCode, LPSTR lpszCDText, LONG nSize) |
Returns all computed check-digits for the current barcode. More... | |
e_CDMethod * | BCGetCDListByType (e_BarCType eBCType) |
Returns the implemented check-digit methods for a barcode symbology. More... | |
LPCSTR | BCGetNameFromEnumA (e_CDMethod eCDMethod) |
Returns name of check-digit method. More... | |
LPCSTR * | BCGetCDListA () |
Returns the implemented check-digit methods. More... | |
LONG | BCGetCDCount () |
Returns number of implemented check-digit methods. More... | |
Modifies the behavior of TBarCode regarding check-digit computation.
© 2023 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Wed Apr 10 2024 13:55:57 for TBarCode Library 11 with doxygen 1.9.1 |