Intermec 700 Series User Manual page 231

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

Advertisement

700 Series Color Mobile Computer User's Manual
IS9CConfig::GetStandard2of5
This function retrieves the current Standard 2 of 5 settings.
Syntax
HRESULT IS9CConfig::GetStandard2of5(
ITC_STANDARD2OF5_DECODING* peDecode,
ITC_STANDARD2OF5_FORMAT* peFormat,
ITC_STANDARD2OF5_CHECK_DIGIT* peCheck,
ITC_BARCODE_LENGTH_ID* peLengthId, BYTE rgbLengthBuff,
DWORD* pdwNumBytes );
Parameters
peDecode
[out]
peFormat
[out]
peCheck
[out]
peLengthId
[out]
rgbLengthBuff
[out,size_is(3)]
pdwNumBytes
[out]
Return Values
HRESULT that indicates success or failure.
Remarks
None.
See Also
None.
Chapter
Pointer to the
ITC_STANDARD2OF5_DECODING
location to receive the decoding for Standard
2 of 5 symbology.
Pointer to the
ITC_STANDARD2OF5_FORMAT location
to receive the format.
Pointer to the
ITC_STANDARD2OF5_CHECK_DIGIT
location to receive Modulo 10 check digit.
Pointer to the ITC_BARCODE_LENGTH_ID
location to receive an indicator of either
ITC_BARCODE_LENGTH or
ITC_BARCODE_FIXED_LENGTH.
An array of bytes to receives 1 byte of data for
ITC_BARCODE_LENGTH, or 3 bytes of data
for ITC_BARCODE_FIXED_LENGTH.
Pointer to the DWORD location to receive a
number indicating number of bytes in
rbgLengthBuff[]: 1 byte for
ITC_BARCODE_LENGTH or 3 bytes for
ITC_BARCODE_FIXED_LENGTH.
6
Scanner Support
209

Advertisement

Table of Contents
loading

Table of Contents