User manual

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