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