PT-9230 Mobile Computer SDK Programming Manual
76
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 barcode data on 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 press 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 Code 11 settings.
Code39_Setting Structure
– Information of Code 39 settings.
Code93_Setting Structure
– Information of Code 93 settings.
Code128_Setting Structure
– Information of Code 128 settings.