IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide 2 - 37oemGetSetupRSSThis function is used to get the RSS Expanded symbology-specific options.Result_t oemGetSetupRSS (SetupType_t SetupType,BOOL *pEnabled,WORD *pMinLength,WORD *pMaxLength)Return ValuesRESULT_SUCCESSRESULT_ERR_PARAMETERParametersSetupTypeSETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.pEnabledPoints to a BOOL variable that contains the enabled state of this symbology upon returning from the function. A TRUEmeans the symbology is enabled; a FALSE means the symbology is disabled.pMinLengthPoints to a WORD variable that contains the minimum length decoded RSS message the engine should return. RSSmessages smaller than this minimum length are not reported by the engine. The default value is 1.pMaxLengthPoints to a WORD variable that contains the maximum length decoded RSS message the engine should return. RSSmessages larger than this maximum length are reported by the engine. The default value is 80.oemGetSetupStrt25This function is used to get the Straight 2 of 5 symbology specific options.Result_t oemGetSetupStrt25 (SetupType_t SetupType,BOOL *pEnabled,WORD *pMinLength,WORD *pMaxLength)Return ValuesRESULT_SUCCESSRESULT_ERR_PARAMETERParametersSetupTypeSETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.pEnabledPoints to a BOOL variable that contains the enabled state of this symbology upon returning from the function. A TRUEmeans the symbology is enabled; a FALSE means the symbology is disabled.pMinLengthPoints to a WORD variable that contains the minimum length decoded Straight 2 of 5 message the engine should return.Straight 2 of 5 messages smaller than this minimum length are not reported by the engine. The default value is 4.pMaxLengthPoints to a WORD variable that contains the maximum length decoded Straight 2 of 5 message the engine shouldreturn. Straight 2 of 5 messages larger than this maximum length are not reported by the engine. The default value is48.