User's Manual

Table Of Contents
6 Scanner SupportChapter
177700 Series Color Mobile Computer User’s Manual
IS9CConfig::SetCode39
This function updates the Code 39 settings with new values.
Syntax
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 );
Parameters
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.
Return Values
HRESULT that indicates success or failure.
Remarks
None.
See Also
None.
Code 39 Default S ettings
Parameter Default Valid Range
Decoding Active ITC_CODE39_DECODING
Format Standard 43 Character ITC_CODE39_FORMAT
Start/Stop Not Transmitted ITC_CODE39_START_STOP
Accepted Start/stop Characters *only ITC_CODE39_SS_CHARS
Check Digit Not Used ITC_CODE39_CHECK_DIGIT
Bar Code Length Any Bar Code Length 0x00`0xFE ITC_BC_LENGTH_NO_CHANGE