Is9Cconfig2::Getsymidxmit; Is9Cconfig2::Setsymidxmit; Symbology Id Transmission Option - Intermec 700 Series User Manual

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

Advertisement

Scanner Support

IS9CConfig2::GetSymIdXmit

This function retrieves the current symbology ID transmission option as de-
scribed on the next page.
Syntax:
Parameters:
Return Values:

IS9CConfig2::SetSymIdXmit

This function updates the symbology ID transmission option as shown on the
next page.
Syntax:
Parameters:
Return Values:

Symbology ID Transmission Option

The symbology identifier (or code mark) concept provides a standardized way for
a device receiving data from a bar code reader to differentiate between the
symbologies.
The following symbology ID transmission option specifies whether or not the
symbology ID should be transmitted as part of the scanned bar code label to all
the connected data collection applications. Options for transmission are: do not
transmit, transmit the standard AIM identifiers, or transmit the one byte cus-
tom defined identifiers. AIM and custom identifiers cannot be selected to be
transmitted at the same time; only the last selected option will be active.
typedef enum tagSymbologyIdXmit
{
ITC_ID_XMIT_DISABLE = 0
ITC_ID_XMIT_CUSTOM = 1
ITC_ID_XMIT_AIM = 2
}ITC_SYMBOLOGY_ID_XMIT;
6-60
700 Series Color Mobile Computer User's Manual
HRESULT GetSymIdXmit( ITC_SYMBOLOGY_ID_XMIT* peSymIdXmit
);
peSymIdXmit [out]
HRESULT that indicates success or failure.
HRESULT SetSymIdXmit( ITC_SYMBOLOGY_ID_XMIT eSymIdXmit
);
eSymIdXmit
[in] Identifies the symbology identifier transmission option
HRESULT that indicates success or failure.
Symbology identifier will not be transmitted as part of the
label. This is the default setting.
Activate custom symbology identifier transmission for all
symbologies. Example of the transmitted label:
[preamble] [Custom ID] <data> [postamble]
Activate AIM symbology identifier transmission for all
symbologies. Example of the transmitted label:
[preamble] [AIM symbology ID] <data> [postamble]
Pointer to ITC_SYMBOLOGY_ID_XMIT location to
receive the current symbology identifier
transmission option.
to update.
SECTION 6

Advertisement

Table of Contents
loading

Table of Contents