User manual
98
4.58 OBRSetUPCEAddonOption
This function sets up the decode options for UPC-E Addon symbology.
Calling Sequences
[C++]
int OBRSetUPCEAddonOption(
BYTE byEnable,
BYTE byCheckDigit,
BYTE byCheckChar
)
[Visual Basic]
Public Shared Function OBRSetUPCEAddonOption( _
ByVal byEnable As Byte, _
ByVal byCheckDigit As Byte, _
ByVal byCheckChar As Byte _
) As Int32
[C#]
public static Int32 OBRSetUPCEAddonOption(
Byte byEnable,
Byte byCheckDigit,
Byte byCheckChar
);
Parameters
byEnable
This parameter is for specifying scanning status with UPC-E Addon symbology selecting
one of the values listed below.
OBR_CODE_ENABLE : Enable UPC-E Addon symbology.
OBR_CODE_DISABLE : Disable UPC-E Addon symbology.
OBR_CODE_IGNORE : Continue with the current settings.
byCheckDigit
This parameter is for specifying check digit selecting either of the values listed below. To
set "OBR_CHKDOFF" in the parameter, be sure also to set the same value for the UPC-E
symbology. See note.
OBR_CHKDOFF : Without check digit calculation
OBR_CHKDON : With check digit calculation