User manual

59
4.34 OBRGetSuffixChar
This function retrieves the termination code at the end of decoded data.
Calling Sequences
[C++]
int OBRGetSuffixChar(
BYTE *pSuffix
)
[Visual Basic]
Public Shared Function OBRGetSuffixChar( _
ByRef pSuffix As Byte _
) As Int32
[C#]
public static Int32 OBRGetSuffixChar(
ref Byte pSuffix
);
Parameters
pSuffix
This parameter is for retrieving termination control code. See OBRSetSuffixChar
function 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