Hand Held Products 4X00 Digital Camera User Manual


 
2 - 50 IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide
oemSetupCode16K
This function is used to set the Code 16K symbology-specific options.
Result_t oemSetupCode16K (
WORD nMinLength,
WORD nMaxLength
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
Parameters
nMinLength
The minimum length decoded Code 16K message the engine should return. Code 16K 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 Code 16K message the engine should return. Code 16K messages larger than this
maximum length are reported by the engine. The maximum allowable value (as well as the default) is 160.
oemSetupCode39
This function is used to set the Code 39 symbology-specific options.
Result_t oemSetupCode39 (
BOOL bSSXmit,
BOOL bCheckCharOn,
BOOL bXmitCheckChar,
BOOL bFullAscii,
BOOL bAppend,
WORD nMinLength,
WORD nMaxLength
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER