oemGetSetupAusPost

This function is used to get the Australian Postal Code symbology-specific options.

Result_t oemGetSetupAusPost (

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.

oemGetSetupAztec

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

Result_t oemGetSetupAztec (

SetupType_t SetupType, BOOL *pEnabled, WORD *pMinLength, WORD *pMaxLength

)

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 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 default value is 1.

pMaxLength

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

oemGetSetupBPO

This function is used to get the British Post symbology-specific options.

Result_t oemGetSetupBPO (

SetupType_t SetupType, BOOL *pEnabled

)

2 - 14

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

Page 28
Image 28
Hand Held Products 4X00 manual OemGetSetupAusPost, OemGetSetupAztec, OemGetSetupBPO