User manual
110
4.64 OBRSetIDFOption
This function sets up the decode options for Industrial 2of5 symbology.
Calling Sequences
[C++]
int OBRSetIDFOption(
BYTE byEnable,
BYTE byMinLength,
BYTE byMaxLength,
BYTE byCheckDigit,
BYTE byCheckChar
)
[Visual Basic]
Public Shared Function OBRSetIDFOption( _
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 OBRSetIDFOption(
Byte byEnable,
Byte byMinLength,
Byte byMaxLength,
Byte byCheckDigit,
Byte byCheckChar
);
Parameters
byEnable
This parameter is for specifying scanning status with Industrial 2of5 symbology selecting
one of the values listed below. See note.
OBR_CODE_ENABLE : Enable Industrial 2of5 symbology.
OBR_CODE_DISABLE : Disable Industrial 2of5 symbology.
OBR_CODE_IGNORE : Continue with the current settings.
byMinLength
This parameter is for specifying the minimum number of digits. Any bar code of Industrial
2of5 symbology with its length less than the value set in this parameter will not be decoded.
The default is 2.