Oemsetupcode93, Oemsetupcomposite, Oemsetupcompositeex – Hand Held Products 4X00 User Manual

Page 66

Advertising
background image

2 - 52

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

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

Advertising