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

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

Advertisement

Scanner Support
IS9CConfig::GetCode93
This function retrieves the current settings of Code 93.
Syntax:
Parameters:
Return Values:
IS9CConfig::SetCode93
This function updates the Code 93 settings with new values.
Syntax:
Parameters:
Return Values:

Code 93 Default Settings

Parameter
Decoding
Bar Code Length

Code 93 Enumerations

Use this when the bar code length does not require any change.
typedef enum tagCode93Decoding
{
ITC_CODE93_NOTACTIVE = 0,
ITC_CODE93_ACTIVE = 1,
ITC_CODE93_NO_CHANGE = 255
} ITC_CODE93_DECODING;
#define ITC_BC_LENGTH_NO_CHANGE 255.
6-34
700 Series Color Mobile Computer User's Manual
HRESULT IS9CConfig::GetCode93(
ITC_CODE93_DECODING* peDecode, DWORD* pdwLength );
peDecode
[out]
pdwLength [out]
HRESULT that indicates success or failure.
HRESULT IS9CConfig::SetCode93( ITC_CODE93_DECODING eDecode,
DWORD dwLength );
eDecode
[in] Identifies the decoding for Code93 Symbology.
dwLength
[in] Identifies the bar code length.
HRESULT that indicates success or failure.
Default
Not Active
Any Bar Code Length
Pointer to the ITC_CODE93_DECODING location to
receive the decoding for Code 93 symbology.
Pointer to the DWORD location to receive a value for
bar code length.
Valid Range
ITC_CODE93_DECODING
0x00–0xFE ITC_BC_LENGTH_NO_CHANGE
// Default
SECTION 6

Advertisement

Table of Contents
loading

Table of Contents