Oemsetupmesa, Oemsetupmicropdf, Oemsetupmesa -57 oemsetupmicropdf -57 – Hand Held Products 4X00 User Manual

Page 71

Advertising
background image

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

2 - 57

oemSetupMesa

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

Note: The minimum and maximum parameters are set using

oemSetupAztec

(page 2-47).

Result_t

oemSetupMesa (
BOOL *pUMSEnabled,
BOOL *pEMSEnabled,
BOOL *p3MSEnabled,
BOOL *p1MSEnabled,
BOOL *pIMSEnabled,
BOOL *p9MSEnabled,
)

Return Values

RESULT_SUCCESS

Parameters

pUMSEnabled

Points to a BOOL variable that contains the enabled state of UPCA Mesa. TRUE = Enabled, FALSE = Disabled.

pEMSEnabled

Points to a BOOL variable that contains the enabled state of EAN13 Mesa. TRUE = Enabled, FALSE = Disabled.

p3MSEnabled

Points to a BOOL variable that contains the enabled state of Code 39 Mesa. TRUE = Enabled, FALSE = Disabled.

p1MSEnabled

Points to a BOOL variable that contains the enabled state of Code 128 Mesa. TRUE = Enabled, FALSE = Disabled.

pIMSEnabled

Points to a BOOL variable that contains the enabled state of Interleaved 2 of 5 Mesa. TRUE = Enabled, FALSE =
Disabled.

p9MSEnabled

Points to a BOOL variable that contains the enabled state of Code 93 Mesa. TRUE = Enabled, FALSE = Disabled.

oemSetupMicroPDF

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

Result_t

oemSetupMicroPDF (
WORD nMinLength,
WORD nMaxLength
)

Return Values

RESULT_SUCCESS
RESULT_ERR_NOTCONNECTED
RESULT_ERR_UNSUPPORTED
RESULT_ERR_DRIVER
RESULT_ERR_PARAMETER
RESULT_ERR_NORESPONSE

Parameters

nMinLength

The minimum length decoded MicroPDF417 message the engine should return. MicroPDF417 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 MicroPDF417 message the engine should return. MicroPDF417 messages larger than
this maximum length are not reported by the engine. The maximum allowable value (as well as the default) is 2750.

Advertising