namespace RGB.NET.Devices.DMX { /// /// Marker interface for DMX device definitions. /// public interface IDMXDeviceDefinition { } }