Oemgetscandriverrevision; Oemgetsearchtimelimit; Oemgetsetupall - Hand Held Products 4X00 Software Manual

Imageteam 4x00 series software development kit (sdk)
Hide thumbs Also See for 4X00:
Table of Contents

Advertisement

oemGetScanDriverRevision

This function returns the revision of the scan driver component that interfaces to the OEM API layer.
Result_t
oemGetScanDriverRevision(
TCHAR *pszRev
)
Return Values
RESULT_ERR_PARAMETER
RESULT_ERR_UNSUPPORTED
RESULT_ERR_SUCCESS
Parameters
pszRev
Pointer to string that will contain the revision string. This should be allocated prior to the call and contain 80 characters.

oemGetSearchTimeLimit

This function is used to retrieve the current search maximum time limit. The limit, specified in milliseconds, is the maximum
amount of time the search process may use to look for potential labels in the current image.
Result_t
oemGetSearchTimeLimit (
SetupType_t SetupType,
WORD *pnLimit
)
Return Values
RESULT_SUCCESS
RESULT_ERR_UNSUPPORTED
RESULT_ERR_PARAMETER
Parameters
Setup Type
SETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.
pnLimit
Points to a word variable that upon return of RESULT_SUCCESS will contain the maximum search time limit. A value
of zero indicates no limit.

oemGetSetupAll

This function is used to get all symbology options.
Result_t
oemGetSetupAll (
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 an array of symbologies with a size of MAX_SYMBOLOGIES. This array should be declared and cleared.
Upon return, this array will contain the enable/disable status of each symbology.
IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User's Guide
2 - 13

Advertisement

Table of Contents
loading

This manual is also suitable for:

It4000It4100It4300

Table of Contents