User manual
139
4.78 OBRSetRSSLimitedOption
This function sets up the decode options for RSS Limited symbology.
Calling Sequences
[C++]
int OBRSetRSSLimitedOption(
BYTE byEnable,
BYTE byMinLength,
BYTE byMaxLength,
BYTE byOutFormat,
BYTE byCheckDigit,
BYTE byCheckChar
)
[Visual Basic]
Public Shared Function OBRSetRSSLimitedOption( _
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 OBRSetRSSLimitedOption(
Byte byEnable,
Byte byMinLength,
Byte byMaxLength,
Byte byOutFormat,
Byte byCheckDigit,
Byte byCheckChar
);
Parameters
byEnable
This parameter is for specifying scanning status with RSS Limited symbology selecting one
of the values listed below.
OBR_CODE_ENABLE : Enable RSS Limited symbology.
OBR_CODE_DISABLE : Disable RSS Limited symbology.
OBR_CODE_IGNORE : Continue with the current settings.