Code 93 Enumerations; Is9Cconfig::getcode128 - Intermec 700 Series User Manual

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

Advertisement

Chapter
6
Scanner Support
180

Code 93 Enumerations

Use this when the bar code length does not require any change.
typedef enum tagCode93Decoding
{
ITC_CODE93_NOTACTIVE = 0,
ITC_CODE93_ACTIVE = 1,
ITC_CODE93_NO_CHANGE = 255
} ITC_CODE93_DECODING;
#define ITC_BC_LENGTH_NO_CHANGE 255.

IS9CConfig::GetCode128

This function retrieves the current settings of Code 128 symbology.
Syntax
HRESULT IS9Cconfig::GetCode128( ITC_CODE128_DECODING*
peDecode, ITC_EAN128_IDENTIFIER* peEan128Ident,
ITC_CODE128_CIP128 peCip128State, BYTE* pbyFNC1, DWORD*
pdwLength );
Parameters
peDecode
[out]
peEan128Ident [out]
peCip128State
[out]
pbyFNC1
[out]
pdwLength
[out]
Return Values
HRESULT that indicates success or failure.
Remarks
None.
See Also
None.
// Default
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

Advertisement

Table of Contents
loading

Table of Contents