41
The functions of the Laser Scanner Library relevant to the Scanning Method are as follows.
OBRStartScanning
: Emits laser beam and start scanning a bar code.
OBRStopScanning
: Stops emitting laser beam and scanning a bar code.
OBRSetScanningType
: Sets up scanning mode.
OBRGetScanningType
: Retrieves the scanning mode.
OBRClose
: Sets up scanning disable status.
OBRSetScanningCounter
: Sets up the no. of times for continuous scanning.
OBRGetScanningCounter
: Retrieves the no. of times for continuous scanning.
OBRSetScanningTimeout
: Sets up a time period of timeout for scanning complete.
OBRGetScanningTimeout
: Retrieves timeout of scanning complete.
Multi-step Scanning
This method is for scanning a designated number of bar codes. Once scanning for the designated
number of bar codes has been completed, the scanner closes and not scan again until reopened.
Also, the same bar codes that have been scanned previously cannot be scanned again.
The functions of the Laser Scanner Library relevant to the Multi-step Scanning are as follows.
OBROpen
: Sets up scanning enable status.
OBRClose
: Sets up scanning disable status.
OBRSetScanningCounter
: Sets up the no. of times for continuous scanning.
OBRGetScanningCounter
: Retrieves the no. of times for continuous scanning.
OBRSetMultiStepReading
: Sets up the no. of bar codes to scan in multi-step scanning mode.
OBRGetMultiStepReading
: Retrieves the no. of bar codes to scan in multi-step scanning mode.