User manual

48
4.24 OBRGets
This function retrieves decoded data for one character from the decoding data storage buffer in the
scanner driver.
In the Device Emulator, the function retrieves the code specifies by the I/O Simulator.
Calling Sequences
[C++]
int OBRGets(
BYTE *pDecodeData,
DWORD *pCode,
BYTE *pLength
)
[Visual Basic]
Public Shared Function OBRGets( _
ByVal pDecodeData As Byte(), _
ByRef pCode As Int32, _
ByRef pLength As Byte _
) As Int32
[C#]
public static Int32 OBRGets(
Byte[] pDecodeData,
ref Int32 pCode,
ref Byte pLength
);
Parameters
pDecodeData
This parameter is for retrieving the decoded data.