IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide 2 - 53

Parameters
nMinLength
The minimum length decoded EANoUCC Composite message the engine should return. EANoUCC Composite
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 EANoUCC Composite message the engine should return. EANoUCC Composite
messages larger than this maximum length are not reported by the engine. The maximum allowable value (as well as
the default) is 300.
bCompositeOnUpcEan
The UPC and EAN Composite message decoding enable flag. This is enabled separately from all other Composite
codes.
oemSetupDataMatrix
This function is used to set the Data Matrix symbology-specific options.
Result_t oemSetupDataMatrix (
WORD nMinLength,
WORD nMaxLength
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
Parameters
nMinLength
The minimum length decoded Data Matrix message the engine should return. Data Matrix 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 Data Matrix message the engine should return. Data Matrix messages larger than this
maximum length are not reported by the engine. The maximum allowable value (as well as the default) is 1500.
oemSetupEAN8
This function is used to set the EAN-8 symbology-specific options.
Result_t oemSetupEAN8 (
BOOL bXmitCheckChar,
BOOL bAddenda2Digit,
BOOL bAddenda5Digit,
BOOL bAddendaReq,
BOOL bAddendaSeparator
)
Return Values
RESULT_SUCCESS