User manual
149
4.83 OBRGetRSS14StackedOption
This function retrieves the decode options for RSS-14 Stacked symbology.
In the Device Emulator, the function returns always FUNCTION_UNSUPPORT.
Calling Sequences
[C++]
int OBRGetRSS14StackedOption(
BOOL *pEnable,
BYTE *pMinLength,
BYTE *pMaxLength,
BYTE *pOutFormat,
BYTE *pCheckDigit,
BYTE *pCheckChar
)
[Visual Basic]
Public Shared Function OBRGetRSS14StackedOption( _
ByRef pEnable As Boolean, _
ByRef pMinLength As Byte, _
ByRef pMaxLength As Byte, _
ByRef pOutFormat As Byte, _
ByRef pCheckDigit As Byte, _
ByRef pCheckChar As Byte _
) As Int32
[C#]
public static Int32 OBRGetRSS14StackedOption(
ref Boolean pEnable,
ref Byte pMinLength,
ref Byte pMaxLength,
ref Byte pOutFormat,
ref Byte pCheckDigit,
ref Byte pCheckChar
);
Parameters
pEnable
This parameter is for retrieving scanning status with RSS-14 Stacked symbology. See
OBRSetRSS14StackedOption function for the
values to retrieve.