Is9Cconfig::gettelepen; Is9Cconfig::settelepen; Telepen Default Settings; Telepen Enumerations - Intermec 700 Series User Manual

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

Advertisement

SECTION 6

IS9CConfig::GetTelepen

This function retrieves the current Telepen settings.
Syntax:
Parameters:
Return Values:

IS9CConfig::SetTelepen

This function updates the Telepen settings with new values.
Syntax:
Parameters:
Return Values:

Telepen Default Settings

Parameter
Decoding
Format

Telepen Enumerations

typedef enum tagTelepenDecoding
{
ITC_TELEPEN_NOTACTIVE = 0, // Default
ITC_TELEPEN_ACTIVE = 1,
ITC_TELEPEN_NO_CHANGE = 255
} ITC_TELEPEN_DECODING;
typedef enum tagTelepenDecoding
{
ITC_TELEPEN_FORMAT_ASCII, // Default
ITC_TELEPEN_FORMAT_NUMERIC,
ITC_TELEPEN_FORMAT_NO_CHANGE = 255
} ITC_TELEPEN_FORMAT;
HRESULT IS9CConfig::GetTelepen(
ITC_TELEPEN_DECODING* peDecode,
ITC_TELEPEN_FORMAT* peFormat );
peDecode [out]
Pointer to the ITC_TELEPEN_DECODING location to
receive the decoding for TELEPEN symbology.
peFormat [out]
Pointer to the ITC_TELEPEN_FORMAT location to
receive the format.
HRESULT that indicates success or failure.
HRESULT IS9CConfig::SetTelepen(
ITC_TELEPEN_DECODING* eDecode,
ITC_TELEPEN_FORMAT* eFormat );
eDecode
[in] Identifies the decoding for Telepen symbology.
eFormat [in] Identifies the format.
HRESULT that indicates success or failure.
Default
Not Active
ASCII
Valid Range
ITC_TELEPEN_DECODING
ITC_TELEPEN_FORMAT
700 Series Color Mobile Computer User's Manual
Scanner Support
6-49

Advertisement

Table of Contents
loading

Table of Contents