Argox PT-9130 User Manual

Page 185

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 178

SCAN_BatchSetting

– Setup scanner in batch command.

SCAN_BatchRead

– Read scanner settings in batch command.

Scan2Key Related Functions

Programmer can use Scan2Key related functions to control scan.exe program. When

scan.exe is loaded, scanned data will be sent to key buffer. Target application program can

retrieve scanned data just like standard keyboard input.

PT_OpenScan2Key

– Execute scan.exe to scan barcode data into Terminal key

buffer.

PT_CloseScan2Key

– Close scan.exe.

PT_SetToDefault

– Reset scanner settings to default status.

Scanner Related Functions

Programmer can use Scanner related functions to control scanner module without messages.

When target application is using Scanner related functions, the scanned data will be stored in

system buffer.

PT_EnableScanner

– Enable scanner to scan barcode data.

PT_DiableScanner

– Disable scanner.

PT_CheckBarcodeData

– Check whether there is scanned data in system buffer.

PT_GetBarcodeData

– Get barcode data and type from system buffer.

PT_SetDeault

– Reset scanner settings to default status.

Scan Key Related Functions

EnableTriggerKey

Enable and disable scan key.

GetLibraryVersion

– Get the library version.

GetTriggerKeyStatus

Get scan key status.

PressTriggerKey

– Trigger scan key.

TriggerStatus

Get scan key trigger status.

Scan Structure

ScannerSetting Structure

Scanner Setting Information used by

SCAN_BatchSetting and SCAN_BatchRead.

GeneralSetting Structure

– Information of Indication, Transmission, Scan, and

String settings.

Code11_Setting Structure

– Information of Code11 settings.

Code39_Setting Structure

– Information of Code39 settings.

Code93_Setting Structure

– Information of Code93 settings.

Code128_Setting Structure

– Information of Code128 settings.

Codabar_Setting Structure

– Information of Codabar settings.

Advertising