IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide 2 - 61oemSetupPosiCodeThis function is used to set the PosiCode symbology-specific options.Result_t oemSetupPosiCode (WORD nMinLength,WORD nMaxLength,WORD nLimited)Return ValuesRESULT_SUCCESSRESULT_ERR_PARAMETERParametersnMinLengthThe minimum length decoded PosiCode message the engine should return. PosiCode messages smaller than thisminimum length are not reported by the engine. The minimum allowable value (as well as the default) is 4.nMaxLengthThe maximum length decoded PosiCode message the engine should return. PosiCode messages larger than thismaximum length are reported by the engine. The maximum allowable value (as well as the default) is 48.nLimitedA WORD variable used to enable the decoding of either Posicode Limited A or Posicode Limited B labels. A value of1 enables Posicode Limited A, and a value of 2 enables Posicode Limited B. A value of 0 disables decoding of bothLimited A and Limited B. The default value is 0.oemSetupPostnetThis function is used to set the Postnet symbology-specific options.Result_t oemSetupPostnet (BOOL bXmitCheckChar)Return ValuesRESULT_SUCCESSParametersbXmitCheckCharPoints to a BOOL variable that determines if the engine will return the check character as part of the data string after asuccessful decode. If TRUE, the engine returns the check character. If FALSE, the check character is not returned.The default value is FALSE.oemSetupQRThis function is used to set the QR Code symbology-specific options.Result_t oemSetupQR (WORD nMinLength,WORD nMaxLength)Return ValuesRESULT_SUCCESSRESULT_ERR_PARAMETER