Returns the current status of the scanner.
BarcodeScanner
Integer scannerobject.ScannerStatus ( )
Argument |
Description |
---|---|
scannerobject |
The name of the bar code scanner object |
Integer. Returns one of the following values:
Typically you might call the Status function during exception processing to determine why the scanner error occured or a RetrieveData call failed.
The following example returns the status of the scanner asscociated with the BarcodeScanner object l_scanner:
li_rtn = l_scanner.Status()