checkapi.cpp File Reference

Public API functions to set and apply check-digits. More...


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).
e_CDMethodBCGetCDListByType (e_BarCType eBCType)
 Returns the implemented check-digit methods for a barcode symbology.
LONG BCGetCDCount ()
 Returns number of implemented check-digit methods.
ERRCODE BCCalcCDExtA (t_BarCode *pBarCode, LPCSTR lpszData, e_CDMethod eCDMethod, LPSTR lpszChecksum, LONG *nChecksum)
 Calculates check-digit(s) for a given data string.
ERRCODE BCCalcCDExtW (t_BarCode *pBarCode, LPCWSTR lpszData, e_CDMethod eCDMethod, LPWSTR lpszChecksum, LONG *nChecksum)
 Calculates check-digit(s) for a given data string.
LONG BCGetCheckDigitsA (t_BarCode *pBarCode, LPSTR lpszCDText, LONG nSize)
 Returns all computed check-digits for the current barcode.
LONG BCGetCheckDigitsW (t_BarCode *pBarCode, LPWSTR lpszCDText, LONG nSize)
 Returns all computed check-digits for the current barcode.
LPCSTR BCGetNameFromEnumA (e_CDMethod eCDMethod)
 Returns name of check-digit method.
LPCWSTR BCGetNameFromEnumW (e_CDMethod eCDMethod)
 Returns name of check-digit method.
LPCSTR * BCGetCDListA ()
 Returns the implemented check-digit methods.
LPCWSTR * BCGetCDListW ()
 Returns the implemented check-digit methods.


Detailed Description

Public API functions to set and apply check-digits.

Required include file: "tbarcode.h"

Author:
TEC-IT Datenverarbeitung GmbH
Wagnerstr. 6, 4400 Steyr, AUSTRIA/EUROPE
http://www.tec-it.com
Copyright© by TEC-IT Datenverarbeitung GmbH

© 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue May 5 15:50:25 2009 for TEC-IT TBarCode Library 9.2 with doxygen 1.5.3