using DTS.Common.Enums; namespace DTS.Common.Interface.Sensors { public interface IStreamInputSettingDefaults { /// /// udp address setting value for the channel /// string UDPAddress { get; set; } /// /// /// bool Validate(); } }