Hand Held Products 4X00 manual OemSetupCode93, OemSetupCompositeEx

Models: 4X00

1 90
Download 90 pages 3.78 Kb
Page 66
Image 66

oemSetupCode93

This function is used to set the Code 93 symbology-specific options.

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 symbology-specific options.

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 symbology-specific options.

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

Page 66
Image 66
Hand Held Products 4X00 manual OemSetupCode93, OemSetupCompositeEx