oemSetupCode93
This function is used to set the Code 93
Result_t oemSetupCode93 (
WORD nMinLength, WORD nMaxLength
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
Parameters
nMinLength
The minimum length decoded Code 93 message the engine should return. Code 93 messages smaller than this minimum length are not reported by the engine. The minimum allowable value (as well as the default) is 0.
nMaxLength
The maximum length decoded Code 93 message the engine should return. Code 93 messages larger than this maximum length are not reported by the engine. The maximum allowable value (as well as the default) is 80.
oemSetupComposite
This function is used to set the EANoUCC Composite
Result_t oemSetupComposite (
WORD nMinLength, WORD nMaxLength
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
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.
oemSetupCompositeEx
This function is used to set the EANoUCC Composite, as well as other Composite
Result_t oemSetupCompositeEx (
WORD nMinLength,
WORD nMaxLength,
BOOL bCompositeOnUpcEan
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
2 - 52 | IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide |