4.4.Read barcode data
Function Description: Get input barcode data and its type from system buffer.
Function call: BOOL PT_GetBarcode( TCHAR *szBarcodeBuffer,TCHAR *cType);
Parameter: (output)
szBarcodeBuffer : string buffer for storing input data
cType : Type of Input data
=00H | Full Code 39 |
=01H | STD Code 39 |
=02H | |
=03H | |
=04H | |
=05H | |
=06H | |
=07H | CODABAR |
=08H | Code 128 |
=09H | Code 93 |
=0Ah | STD 25 |
=0BH | MSI |
=0CH | |
=0DH | Code 32 |
=0EH | DELTA |
=0FH | LABEL |
=10H | PLESSEY |
=11H | Code 11 |
=12H | TOSHIBA |
Return code: TRUE | = There is barcode input |
FALSE = No Barcode Input
4.5.Get DLL version no
Function description:
This function is used to get DLL version no.
Function call:
INT PT_DllVersion(void);
Return :
Integer
4.6.Reset all symbologies to default
Function Description:
This function call will reset decoder chip's symbologies setting to system default value
Function call for VC:
int PT_ SetToDefault (VOID)
Function call for VB:
PT_ SetToDefault
-