User manual
58
4.33 OBRSetSuffixChar
This function sets up termination control code that is appended to the end of decoded data before
output.
Calling Sequences
[C++]
int OBRSetSuffixChar(
BYTE bySuffix
)
[Visual Basic]
Public Shared Function OBRSetSuffixChar( _
ByVal bySuffix As Byte _
) As Int32
[C#]
public static Int32 OBRSetSuffixChar(
Byte bySuffix
);
Parameters
bySuffix
This parameter is for specifying termination control code selecting one of the values listed
below.
OBR_ENDCR : CR code (0Dh)
OBR_ENDLF : LF code (0Ah)
OBR_ENDCL : CR code+LF code (0D0Ah)
OBR_ENDTAB : HT code (09h)
OBR_ENDNULL : No termination code.
Return Values
OBR_OK : Normal end
OBR_PRM : Parameter error
OBR_PON : Open already
OBR_NOT_DEVICE : Scanner driver error. In the Device Emulator, this value is not returned.
FUNCTION_UNSUPPORT : Unsupported error