Functions | |
| e_CDMethod | BCGetCDMethod (t_BarCode *pBarCode) |
| Gets the check-digit method currently in use. | |
| ERRCODE | BCSetCDMethod (t_BarCode *pBarCode, e_CDMethod eMethod) |
| Chooses check-digit method to be used. | |
| ERRCODE | BCCalcCD (t_BarCode *pBarCode) |
| Calculates check-digit(s). | |
| ERRCODE | BCCalcCDExt (t_BarCode *pBarCode, LPCSTR lpszData, e_CDMethod eCDMethod, LPSTR lpszChecksum, LONG *nChecksum) |
| Calculates check-digit(s) for a given data string. | |
| LONG | BCGetCheckDigits (t_BarCode *pBarCode, LPSTR lpszCDText, LONG nSize) |
| Returns all computed check-digits for the current barcode. | |
| e_CDMethod * | BCGetCDListByType (e_BarCType eBCType) |
| Returns the implemented check-digit methods for a barcode symbology. | |
| LPCSTR | BCGetNameFromEnum (e_CDMethod eCDMethod) |
| Returns name of check-digit method. | |
| LPCSTR * | BCGetCDList () |
| Returns the implemented check-digit methods. | |
| LONG | BCGetCDCount () |
| Returns number of implemented check-digit methods. | |
| © 2006 All rights reserved by TEC-IT Datenverarbeitung GmbH |
|
| Generated on Thu Dec 7 13:38:27 2006 for TEC-IT TBarCode Library 7.0.4 with doxygen 1.4.7 |