Intermec 700 Series User Manual page 165

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

Advertisement

Scanner Support
IS9CConfig::GetCode39
This function retrieves the current settings of Code 39.
Syntax:
Parameters:
Return Values:
IS9CConfig::SetCode39
This function updates the Code 39 settings with new values.
Syntax:
Parameters:
Return Values:
6-32
700 Series Color Mobile Computer User's Manual
HRESULT IS9Cconfig::GetCode39(
ITC_CODE39_DECODING* peDecode,
ITC_CODE39_FORMAT* peFormat, ITC_CODE39_START_STOP* peSS,
ITC_CODE39_SS_CHARS* peSSChars,
ITC_CODE39_CHECK_DIGIT* peCheck, DWORD* pwLength );
peDecode
[out]
peFormat
[out]
peSS
[out]
peSSChars [out]
peCheck
[out]
pwLength
[out]
HRESULT that indicates success or failure.
HRESULT IS9CConfig::SetCode39( ITC_CODE39_DECODING eDecode,
ITC_CODE39_FORMAT eFormat, ITC_CODE39_START_STOP eSS,
ITC_CODE39_SS_CHARS eSSChars,
ITC_CODE39_CHECK_DIGIT eCheck, DWORD dwLength );
eDecode
[in] Identifies the decoding for Code 39.
eFormat
[in] Identifies the Code 39 Format.
eSS
[in] Identifies the Start/Stop option.
eSSChars
[in] Identifies the Start/Stop character.
eCheck
[in] Identifies the Check digit.
dwLength
[in] Identifies the bar code length.
HRESULT that indicates success or failure.
Pointer to the ITC_CODE39_DECODING location to
receive the decoding for Code 39.
Pointer to the ITC_CODE39_FORMAT location to
receive the Code 39 format.
Pointer to the ITC_CODE39_START_STOP location to
receive the Code 39 start/stop.
Pointer to the ITC_CODE39_SS_CHARS location to
receive the Start/Stop character.
Pointer to the ITC_CODE39_CHECK_DIGIT location
to receive the check digit.
Pointer to the DWORD location to receive the bar code
length.
SECTION 6

Advertisement

Table of Contents
loading

Table of Contents