User manual

55
4.30 OBRGetCheckCounter
This function retrieves the number of times set to carry out validation for decoded data.
Calling Sequences
[C++]
int OBRGetCheckCounter(
int *pCounter
)
[Visual Basic]
Public Shared Function OBRGetCheckCounter( _
ByRef pCounter As Int32 _
) As Int32
[C#]
public static Int32 OBRGetCheckCounter(
ref Int32 pCounter
);
Parameters
pCounter
This parameter is for retrieving the number of times for validation. See
OBRSetCheckCounter func
tion 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