User manual

114
4.66 OBRSetITFOption
This function sets up the decode options for Interleaved 2of5 symbology.
Calling Sequences
[C++]
int OBRSetITFOption(
BYTE byEnable,
BYTE byMinLength,
BYTE byMaxLength,
BYTE byCheckDigit,
BYTE byCheckChar
)
[Visual Basic]
Public Shared Function OBRSetITFOption( _
ByVal byEnable As Byte, _
ByVal byMinLength As Byte, _
ByVal byMaxLength As Byte, _
ByVal byCheckDigit As Byte, _
ByVal byCheckChar As Byte _
) As Int32
[C#]
public static Int32 OBRSetITFOption(
Byte byEnable,
Byte byMinLength,
Byte byMaxLength,
Byte byCheckDigit,
Byte byCheckChar
);
Parameters
byEnable
This parameter is for specifying scanning status with Interleaved 2of5 symbology selecting
one of the values listed below.
OBR_CODE_ENABLE : Enable Interleaved 2of5 symbology.
OBR_CODE_DISABLE : Disable Interleaved 2of5 symbology.
OBR_CODE_IGNORE : Continue with current settings.
byMinLength
This parameter is for specifying the minimum number of digits. Any bar code of
Interleaved 2of5 symbology with its length less than the value set in this parameter will not
be decoded. The default is 4.