Canner, Elated, Unctions – Argox PT-9130 User Manual

Page 211: Pt_enablescanner, Scanner related functions

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 204

Scanner Related Functions

PT_EnableScanner

To Enable scanner to scan barcode. This function will also get scanned data from scanning device and store in the system buffer.

Application can use the other function, PT_GetBarcodeData , to retrieve scanned data from system buffer.

int PT_EnableScanner

{

}

Parameters

None

Returned Values

Returning 0 if the operation is successful, otherwise, return 1.

Example

if(PT_EnableScanner())

AfxMessageBox(_T("PT_EnableScanner fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: scanapiax.h

Link Library: scanapiax.lib

Link DLL: scanapiax.dll
Device: PT90

Advertising