Oemgetsetupcompositeex, Oemgetsetupcompositeex -22 – Hand Held Products 4X00 User Manual

Page 36

Advertising
background image

2 - 22

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

Parameters

SetupType

SETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.

pEnabled

Points to a BOOL variable that contains the enabled state of this symbology upon returning from the function. A TRUE
means the symbology is enabled; a FALSE means the symbology is disabled.

pMinLength

Points to a WORD variable that contains 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
default value is 1.

pMaxLength

Points to a WORD variable that contains the maximum length decoded EANoUCC Composite message the engine
should return. EANoUCC Composite messages larger than this maximum length are reported by the engine. The
default value is 300.

oemGetSetupCompositeEx

This function is used to get the EANoUCC Composite, as well as other Composite symbology-specific options.

Result_t

oemGetSetupCompositeEx (
SetupType_t SetupType,
BOOL *pEnabled,
WORD *pMinLength,
WORD *pMaxLength,
BOOL *pbCompositeOnUpcEan
)

Return Values

RESULT_SUCCESS
RESULT_ERR_PARAMETER

Parameters

SetupType

SETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.

pEnabled

Points to a BOOL variable that contains the enabled state of this symbology upon returning from the function. A TRUE
means the symbology is enabled; a FALSE means the symbology is disabled.

pMinLength

Points to a WORD variable that contains the minimum length decoded Composite message the engine should return.
EANoUCC Composite messages smaller than this minimum length are not reported by the engine. The default value is
1.

pMaxLength

Points to a WORD variable that contains the maximum length decoded Composite message the engine should return.
EANoUCC Composite messages larger than this maximum length are reported by the engine. The default value is 2750.

pbCompositeOnUpcEan

Points to a BOOL variable that contains the enabled state of EANoUCC Composite code associated with EAN and UPC
codes.

Advertising