Intermec 700 Series User Manual page 249

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

Advertisement

typedef enum tagCustomId
{
ITC_CUSTOMID_CODABAR = 0
ITC_CUSTOMID_CODE39
ITC_CUSTOMID_CODE93
ITC_CUSTOMID_CODE128_EAN_128
ITC_CUSTOMID_EAN8
ITC_CUSTOMID_EAN13
ITC_CUSTOMID_I2OF5
ITC_CUSTOMID_MATRIX2OF5
ITC_CUSTOMID_MSI
ITC_CUSTOMID_PDF417
ITC_CUSTOMID_PLESSEY
ITC_CUSTOMID_CODE2OF5
ITC_CUSTOMID_TELEPEN
ITC_CUSTOMID_UPCA
ITC_CUSTOMID_UPCE
ITC_CUSTOMID_CODE11
ITC_CUSTOMID_LAST_ELEMENT
the buffer on GetCustomSymIds
}ITC_CUSTOM_ID;
typedef struct tagCustSymbIdPair
{
ITC_CUSTOM_ID eSymbology;
BYTE byteId;
ASCII value (1 byte within the range0x00 – 0xf)
}ITC_CUST_SYM_ID_PAIR;
700 Series Color Mobile Computer User's Manual
Note: The following custom identifier assignments, default settings, and
example apply to both the IS9CConfig2::GetCustomSymId and
IS9CConfig2::SetCustomSymId functions.
Custom Identifier Assignments
Each custom identifier is a one byte ASCII value within the range from
0x00 to 0xff. The enumerations in the ITC_CUSTOM_ID enumerator
can be used as symbology identifications in the GetCustomSymIds() and
SetCustomSymIds() functions.
Identifies the Codabar symbology
Identifies the Code 39 symbology
Identifies the Code 93 symbology
Identifies the Code 128 symbology
Identifies the EAN-8 symbology
Identifies the EAN-13 symbology
Identifies the Interleaved 2 of 5 symbology
Identifies the Matrix 2 of 5 symbology
Identifies the MSI symbology
Identifies the PDF417 symbology
Identifies the Plessey symbology
Identifies the Standard 2 of 5 symbology
Identifies the Telepen symbology
Identifies the UPC-A symbology
Identifies the UPC-E symbology
Identifies the Code 11 symbology
Identifies the last element. Use to preallocate
Identifies the symbology of interest
Chapter
6
Scanner Support
227

Advertisement

Table of Contents
loading

Table of Contents