User manual
62
4.37 OBRSetScanningCounter
This function sets up the number of times to carry out continuous scanning.
Calling Sequences
[C++]
int OBRSetScanningCounter(
int nCounter
)
[Visual Basic]
Public Shared Function OBRSetScanningCounter( _
ByVal nCounter As Int32 _
) As Int32
[C#]
public static Int32 OBRSetScanningCounter(
Int32 nCounter
);
Parameters
nCounter
This parameter is for specifying the number of times in the range of 1 to 9 to carry out
continuous scanning. The default is 1 time.
Return Values
OBR_OK : Normal end
OBR_PRM : Parameter error
OBR_PON : Open already
OBR_NOT_DEVICE : Scanner driver error. In the Device Emulator, this value is not returned.
FUNCTION_UNSUPPORT : Unsupported error