aram bool exit_if_service_not_supported: Specifies to finish the execution of this enumerator, once the negative return code 'serviceNotSupported' is received. :param bool exit_scan_on_first_negative_response: Specifies to finish the execution once a negative response is received. :param bool retry_if_busy_returncode: Specifies to retry a request, if the 'busyRepeatRequest' negative response code is received. :param bool debug: Enables debug functions during execute. :param Event stop_event: Signals immediate stop of the execution. :param scan_range: Specifies the identifiers to be scanned. :type scan_range: list or tuple or range or iterable :param disable_tps_while_sending: Temporary disables a TesterPresentSender to not interact with a seed request. :type disable_tps_while_sending: bool :param inter: delay between two packets during sending :type inter: int or floatc