Custom Identifier Assignments; Custom Identifier Default Settings - Intermec 700 Series User Manual

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

Advertisement

SECTION 6

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 func-
tions.
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
}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;

Custom Identifier Default Settings

Symbology
Codabar
Code 11
Code 39
Code 93
Code128/EAN 128
EAN-8
EAN-13
Interleaved 2 of 5
Matrix 2 of 5
MSI
PDF 417
Plessey
Standard 2 of 5
Telepen
UPC-A
UPC-E
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 PDF 417 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.
buffer on GetCustomSymIds
Identifies the symbology of interest
Default
D
*
*
D
D
0xFF
F
I
D
D
*
D
D
*
A
E
700 Series Color Mobile Computer User's Manual
Scanner Support
Use to preallocate the
Valid Range
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
0x00–0xFF
6-57

Advertisement

Table of Contents
loading

Table of Contents