oemSetupPosiCode

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

Result_t oemSetupPosiCode (

WORD nMinLength, WORD nMaxLength, WORD nLimited

)

Return Values

RESULT_SUCCESS

RESULT_ERR_PARAMETER

Parameters

nMinLength

The minimum length decoded PosiCode message the engine should return. PosiCode messages smaller than this minimum length are not reported by the engine. The minimum allowable value (as well as the default) is 4.

nMaxLength

The maximum length decoded PosiCode message the engine should return. PosiCode messages larger than this maximum length are reported by the engine. The maximum allowable value (as well as the default) is 48.

nLimited

A WORD variable used to enable the decoding of either Posicode Limited A or Posicode Limited B labels. A value of 1 enables Posicode Limited A, and a value of 2 enables Posicode Limited B. A value of 0 disables decoding of both Limited A and Limited B. The default value is 0.

oemSetupPostnet

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

Result_t oemSetupPostnet (

BOOL bXmitCheckChar

)

Return Values

RESULT_SUCCESS

Parameters

bXmitCheckChar

Points to a BOOL variable that determines if the engine will return the check character as part of the data string after a successful decode. If TRUE, the engine returns the check character. If FALSE, the check character is not returned. The default value is FALSE.

oemSetupQR

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

Result_t oemSetupQR (

WORD nMinLength, WORD nMaxLength

)

Return Values

RESULT_SUCCESS

RESULT_ERR_PARAMETER

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

2 - 61

Page 75
Image 75
Hand Held Products 4X00 manual OemSetupPosiCode, OemSetupPostnet, OemSetupQR