User manual

76
4.47 OBRSetCode39Option
This function sets up the decode options for Code39 symbology.
Calling Sequences
[C++]
int OBRSetCode39Option(
BYTE byEnable,
BYTE byMinLength,
BYTE byMaxLength,
BYTE byOutFormat,
BYTE byCheckDigit,
BYTE byCheckChar
)
[Visual Basic]
Public Shared Function OBRSetCode39Option( _
ByVal byEnable As Byte, _
ByVal byMinLength As Byte, _
ByVal byMaxLength As Byte, _
ByVal byOutFormat As Byte, _
ByVal byCheckDigit As Byte, _
ByVal byCheckChar As Byte _
) As Int32
[C#]
public static Int32 OBRSetCode39Option(
Byte byEnable,
Byte byMinLength,
Byte byMaxLength,
Byte byOutFormat,
Byte byCheckDigit,
Byte byCheckChar
);
Parameters
byEnable
This parameter is for specifying scanning status with Code39 symbology selecting one of
the values listed below.
OBR_CODE_ENABLE : Enable Code39 symbology.
OBR_CODE_DISABLE : Disable Code39 symbology.
OBR_CODE_IGNORE : Continue with the current setting.