User manual

160
4.91 OBRGetFilterOnTimer
This function retrieves the time span between when decoding bar code data starts and until when the
noise filter begins to activate.
Calling Sequences
[C++]
int OBRGetFilterOnTimer(
int *pTime
)
[Visual Basic]
Public Shared Function OBRGetFilterOnTimer( _
ByRef pTime As Int32 _
) As Int32
[C#]
public static Int32 OBRGetFilterOnTimer(
ref Int32 pTime
);
Parameters
pTime
This parameter is for retrieving the time span set for the noise filter. See
OBRSetFilterOnTimer function for the
values to retrieve.
Return Values
OBR_OK : Normal end
OBR_PON : Open already
OBR_PRM : Parameter error
OBR_NOT_DEVICE : Scanner driver error. In the Device Emulator, this value is not returned.
FUNCTION_UNSUPPORT : Unsupported error