Intermec 700 Series 700 User Manual page 241

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

Advertisement

Symbology
Codabar
Code 11
Code 39
Code 93
Code128/EAN 128
EAN-8
EAN-13
Interleaved 2 of 5
Matrix 2 of 5
MSI
PDF417
Plessey
Standard 2 of 5
Telepen
UPC-A
UPC-E
ITC_CUST_SYM_ID_PAIR oStructSymIdPair [ITC_CUSTOMID_LAST_ELEMENT];
oStructSymIdPair[0].eSymbology = ITC_CUSTOMID_UPCE;
oStructSymIdPair[0].byteId = 0x41;
oStructSymIdPair[1].eSymbology = ITC_CUSTOMID_UPCA;
oStructSymIdPair[1].byteId = 0x42;
HRESULT hr = pIS9CConfig2->SetCustomSymIds(&oStructSymIdPair[0], 2];
DWORD dwNum = 0;
HRESULT hr = pIS9CConfig2->GetCustomSymIds(&oStructSymIdPair[0],
ITC_CUSTOMID_LAST_ELEMENT, &dwNum);
700 Series Monochrome Mobile Computer User's Manual
Custom Identifier Default Settings
Default
D
*
*
D
D
0xFF
F
I
D
D
*
D
D
*
A
E
Custom Identifier Example
The following code segment is an example of updating the UPC-E and
UPC-A symbology identifiers with new values, and then retrieving the
currently defined symbology identifiers for all the supported symbologies:
Chapter 6
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
// ASCII char A
// ASCII char B
Scanner Support
225

Advertisement

Table of Contents
loading

Table of Contents