Hand Held Products 4X00 Digital Camera User Manual


 
IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide 2 - 63
oemSetupTelepen
This function is used to set the Telepen symbology-specific options.
Result_t oemSetupTelepen (
WORD nMinLength,
WORD nMaxLength,
BOOL bOldStyle
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
Parameters
nMinLength
The minimum length decoded Telepen message the engine should return. Telepen messages smaller than this
minimum length are not reported by the engine. The minimum allowable value (as well as the default) is 1.
nMaxLength
The maximum length decoded Telepen message the engine should return. Telepen messages larger than this
maximum length are reported by the engine. The maximum allowable value (as well as the default) is 60.
bOriginal
A BOOL variable that configures the engine to read Telepen labels that were encoded with either the original or the
AIM specification. The default is FALSE.
oemSetupUPCA
This function is used to set the UPC-A symbology-specific options.
Result_t oemSetupUPCA (
BOOL bXmitCheckDigit,
BOOL bXmitNumSys,
BOOL bAddenda2Digit,
BOOL bAddenda5Digit,
BOOL bAddendaReq,
BOOL bAddendaSeparator
)
Return Values
RESULT_SUCCESS