1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00
RGB.NET/RGB.NET.Devices.DMX/Generic/IDMXDeviceDefinition.cs

6 lines
151 B
C#

namespace RGB.NET.Devices.DMX;
/// <summary>
/// Marker interface for DMX device definitions.
/// </summary>
public interface IDMXDeviceDefinition;