oemSetSearchTimeLimit

This function is used to set the maximum time limit for the decoders search processing. 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 oemSetSearchTimeLimit (

SetupType_t SetupType, WORD nLimit

)

Return Values

RESULT_SUCCESS

RESULT_ERR_UNSUPPORTED

RESULT_ERR_PARAMETER

Parameters

SetupType

SETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.

nLimit

The maximum amount of time the decoder search processing may use to find a potential label in the current image. Valid range for nLimit is 1-10,000. A value of zero indicates no limit. The default value is 0.

oemSetupAztec

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

Result_t oemSetupAztec (

WORD nMinLength, WORD nMaxLength

)

Return Values

RESULT_SUCCESS

RESULT_ERR_PARAMETER

Parameters

nMinLength

The minimum length decoded Aztec or Aztec Mesa Code message the engine should return. Aztec or Aztec Mesa Code 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 Aztec or Aztec Mesa Code message the engine should return. Aztec or Aztec Mesa Codes messages larger than this maximum length are reported by the engine. The maximum allowable value (as well as the default) is 3750.

oemSetupChinaPost

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

Result_t oemSetupChinaPost (

WORD nMinLength, WORD nMaxLength

)

Return Values

RESULT_SUCCESS

RESULT_ERR_PARAMETER

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

2 - 47

Page 61
Image 61
Hand Held Products 4X00 manual OemSetSearchTimeLimit, OemSetupAztec, OemSetupChinaPost