User manual

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