Oemgetsetuptelepen, Oemgetsetuptlc39, Oemgetsetuptelepen -38 oemgetsetuptlc39 -38 – Hand Held Products 4X00 User Manual

Page 52

Advertising
background image

2 - 38

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

oemGetSetupTelepen

This function is used to get the Telepen symbology specific options.

Result_t

oemGetSetupTelepen (
SetupType_t SetupType,
BOOL *pEnabled,
WORD *pMinLength,
WORD *pMaxLength,
BOOL *pOldStyle
)

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 Telepen message the engine should return.
Telepen 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 Telepen message the engine should return.
Telepen messages larger than this maximum length are not reported by the engine. The default value is 60.

pOriginal

Points to a BOOL variable that reflects if the engine is configured to reads Telepen labels that were encoded with either
the original or the AIM specification. The default is FALSE.

oemGetSetupTLC39

This function is used to get the TLC39 symbology specific options.

Result_t

oemGetSetupTLC39 (
SetupType_t SetupType,
BOOL *pEnabled
)

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.

Advertising