2 - 58 IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s GuideoemSetupMSIThis function is used to set the MSI symbology-specific options.Result_t oemSetupMSI (WORD nMinLength,WORD nMaxLength,BOOL bXmitCheckChar)Return ValuesRESULT_SUCCESSRESULT_ERR_PARAMETERParametersnMinLengthThe minimum length decoded MSI message the engine should return. MSI messages smaller than this minimum lengthare not reported by the engine. The minimum allowable value (as well as the default) is 4.nMaxLengthThe maximum length decoded MSI message the engine should return. MSI messages larger than this maximum lengthare not reported by the engine. The maximum allowable value (as well as the default) is 48.bXmitCheckCharPoints 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.oemSetupMx25This function is used to set the Matrix 2 of 5 symbology-specific options.Result_t oemSetupMx25 (WORD nMinLength,WORD nMaxLength,)Return ValuesRESULT_SUCCESSRESULT_ERR_PARAMETERParametersnMinLengthThe minimum length decoded Matrix 2 of 5 message the engine should return. Matrix 2 of 5 messages smaller thanthis minimum length are not reported by the engine. The minimum allowable value (as well as the default) is 4.nMaxLengthThe maximum length decoded Matrix 2 of 5 message the engine should return. Matrix 2 of 5 messages larger than thismaximum length are reported by the engine. The maximum allowable value (as well as the default) is 80.