Intermec 700 Series User Manual page 168

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

Advertisement

SECTION 6
IS9CConfig::GetCode128
This function retrieves the current settings of Code 128 symbology.
Syntax:
Parameters:
Return Values:
IS9CConfig::SetCode128
This function updates the Code 128 settings with new values.
Syntax:
Parameters:
Return Values:
HRESULT IS9Cconfig::GetCode128(
ITC_CODE128_DECODING* peDecode,
ITC_EAN128_IDENTIFIER* peEan128Ident,
ITC_CODE128_CIP128 peCip128State, BYTE* pbyFNC1,
DWORD* pdwLength );
peDecode
[out]
peEan128Ident
[out]
peCip128State
[out]
pbyFNC1
[out]
pdwLength
[out]
HRESULT that indicates success or failure.
HRESULT IS9CConfig::SetCode128(
ITC_CODE128_DECODING eDecode,
ITC_EAN128_IDENTIFIER eEan128Ident,
ITC_CODE128_CIP128 eCip128State, BYTE byFNC1, DWORD dwLength
);
eDecode
[in] Identifies the decoding for Code 128 symbology.
eEan128Ident [in] Identifies the EAN 128 identifier.
eCip128State
[in] Identifies the CIP 128.
byFNC1
[in] Identifies the FNC1 separator character, usually any
ASCII value.
dwLength
[in] Identifies the bar code length.
HRESULT that indicates success or failure.
Pointer to the ITC_CODE128_DECODING
location to receive the decoding for Code 128
symbology.
Pointer to the ITC_EAN128_IDENTIFIER
location to receive the EAN 128 identifier.
Pointer to the ITC_CODE128_CIP128 location to
receive the CIP 128.
Pointer to the BYTE location to receive the
FNC1 separator character.
Pointer to the DWORD location to receive a
value for bar code length.
700 Series Color Mobile Computer User's Manual
Scanner Support
6-35

Advertisement

Table of Contents
loading

Table of Contents