User manual

90
4.54 OBRGetWPCAddonOption
This function retrieves the decode options for WPC Addon symbology.
Calling Sequences
[C++]
int OBRGetWPCAddonOption(
BOOL *pEnable,
BYTE *pMinLength,
BYTE *pMaxLength,
BYTE *pOutFormat,
BYTE *pCheckDigit,
BYTE *pCheckChar
)
[Visual Basic]
Public Shared Function OBRGetWPCAddonOption( _
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 OBRGetWPCAddonOption(
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 WPC Addon symbology. See
OBRSetWPCAddonOptionEx function for the
values to retrieve.
pMinLength
This parameter is for retrieving the minimum number of digits. See
OBRSetWPCAddonOptionEx function for the
values to retrieve.