Code 11 Default Settings; Code 11 Enumerations - Intermec 700 Series User Manual

Color mobile computer
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

SECTION 6
IS9CConfig2::GetCode11
This function retrieves the current settings for Code 11.
Syntax:
Parameters:
Return Values:
IS9CConfig2::SetCode11
This function updates the current setting of Code 11 symbology.
Syntax:
Parameters:
Return Values:

Code 11 Default Settings

Parameter
Decoding
Check Verification
Check Digit

Code 11 Enumerations

typedef enum tagCode11Decoding
{
ITC_CODE11_NOTACTIVE = 0,
ITC_CODE11_ACTIVE = 1, // Default
ITC_CODE11_NO_CHANGE = 255
} ITC_CODE11_DECODING;
typedef enum tagCode11CheckVerification
{
ITC_CODE11_CHK_VERIFY_ONEDIGIT = 1,
ITC_CODE11_CHK_VERIFY_TWODIGIT = 2, // Default
ITC_CODE11_CHK_VERIFY_NO_CHANGE = 255
} ITC_CODE11_CHECK_VERIFICATION;
typedef enum tagCode11CheckDigit
{
ITC_CODE11_CHECK_NOTXMIT = 0, // Default
ITC_CODE11_CHECK_XMIT = 1,
ITC_CODE11_CHECK_NO_CHANGE = 255
} ITC_CODE11_CHECK_DIGIT;
HRESULT GetCode11( ITC_CODE11_DECODING* peDecode,
ITC_CODE11_CHECK_DIGIT* peCheck,
ITC_CODE11_CHECK_VERIFICATION* peVer );
peDecode [out]
Pointer to ITC_CODE11_DECODING location to receive
Code 11 decoding.
peCheck
[out]
Pointer to ITC_CODE11_CHECK_DIGIT location to
receive the check digit option.
peVer
[out]
Pointer to ITC_CODE11_CHECK_VERIFICATION
location to receive the check verification option.
HRESULT that indicates success or failure.
HRESULT SetCode11( ITC_CODE11_DECODING eDecode,
ITC_CODE11_CHECK_DIGIT eCheck,
ITC_CODE11_CHECK_VERIFICATION eVer );
eDecode
[in] An enumeration that identifies decoding option for Code 11.
eCheck
[in] An enumeration that identifies the check digit option.
eVer
[in] An enumeration that identifies check verification option.
HRESULT that indicates success or failure.
Default
Not Active
1 Digit
Enable
Valid Range
ITC_CODE11_DECODING
ITC_CODE11_CHECK_VERIFICATION
ITC_CODE11_CHECK_DIGIT
700 Series Color Mobile Computer User's Manual
Scanner Support
6-55

Advertisement

Table of Contents
loading

Table of Contents