Programming Manual
37
Scan2Key Related Functions
User use Scan2Key related functions to control scan.exe program. When scan.exe is loaded,
scan data will send to key buffer. User application can be get scan 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 the scanner setting.
Scanner Related Functions
User use Scanner related functions to control scanner module without messages. When user
use Scanner related functions, scan data will store in system buffer.
PT_EnableScanner
– Enable scanner to scan barcode.
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 the scanner setting to default value.
Scan Key Related Functions
EnableTriggerKey
– Enable and disable scan key.
GetLibraryVersion
– Get the library version.
GetTriggerKeyStatus
– Get scan key status.
PressTriggerKey
– Trigger scan key.
TriggerKeyStatus
– Get scan key press status.
Scan Command Table
The scan command table of terminal is used for SCAN_QueryStatus and
SCAN_SendCommand functions. The scan command provides the different way to setup
scan settings.
When user wants to use this library, user should link SCANAPIAX.DLL, SCANAPIAX.LIB
and the relate functions header file (SCANAPIAX.H).