User manual
63
4.38 OBRGetScanningCounter
This function retrieves the number of times set for continuous scanning.
Calling Sequences
[C++]
int OBRGetScanningCounter(
int *pCounter
)
[Visual Basic]
Public Shared Function OBRGetScanningCounter( _
ByRef pCounter As Int32 _
) As Int32
[C#]
public static Int32 OBRGetScanningCounter(
ref Int32 pCounter
);
Parameters
pCounter
This parameter is for retrieving the number of times for continuous scanning. See
OBRSetScanningCounter funct
ion for the values to retrieve.
Return Values
OBR_OK : Normal end
OBR_NOT_DEVICE : Scanner driver error. In the Device Emulator, this value is not returned.
FUNCTION_UNSUPPORT : Unsupported error