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