Product |
IntermecScan |
Manufacturer |
Standard Satellite Forms component |
Website |
|
Source code provided |
Yes |
Platform |
PocketPC |
Sample project(s) |
IntermecScan |
Keywords |
Intermec, barcode, scanner |
The IntermecScan control interfaces to an integrated bar code scanner on many Intermec Pocket PC devices.
Control Settings:
-----------------
AFTERSCAN=buttonname
Optional
If you leave this keyword out of the control config, it will execute the OnClick action of the IntermecScan control.
Specifies a button control to execute immediately after performing the barcode scan.
Change at runtime using SetAfterScan script function.
Script Functions:
-----------------
Method Description
About Displays information about the control in a dialog box.
DoScan Triggers a scan as if the hardware scan button was pressed.
GetScanData Returns the scanned data from the last scan operation.
GetScanDataLen Returns the length in bytes of the scanned data from the last scan operation.
GetScanOkay Returns true or false to indicate if the last scan operation was successful.
GetScanType Returns the symbol code from the last scan operation.
GetSettings Returns current scanner filter settings string.
IsIntermecScanner Returns whether current device is an Intermec scanner.
IsScannerEnabled Returns whether the scanner is enabled (true) or disabled (false).
ScannerDisable Disables the scanner.
ScannerEnable Enables the scanner.
SetAfterScan Specifies a button control or the IntermecScan control's OnClick event to execute immediately after the scan event is fired.
SetSettings Sets current scanner filter settings.
DocID: 10198 DocDate: 2008-05-28