Class AbstractOpenRGBDevice<TDeviceInfo>
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
Implements
IRGBDevice<TDeviceInfo>
Inherited Members
Namespace: RGB.NET.Devices.OpenRGB
Assembly: RGB.NET.Devices.OpenRGB.dll
Syntax
public abstract class AbstractOpenRGBDevice<TDeviceInfo> : AbstractRGBDevice<TDeviceInfo>, IRGBDevice<TDeviceInfo>, IOpenRGBDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable where TDeviceInfo : OpenRGBDeviceInfo
Type Parameters
Name | Description |
---|---|
TDeviceInfo |
Constructors
| Edit this page View SourceAbstractOpenRGBDevice(TDeviceInfo, IUpdateQueue)
Initializes a new instance of the AbstractOpenRGBDevice<TDeviceInfo> class.
Declaration
protected AbstractOpenRGBDevice(TDeviceInfo info, IUpdateQueue updateQueue)
Parameters
Type | Name | Description |
---|---|---|
TDeviceInfo | info | The generic information provided by OpenRGB for this device. |
IUpdateQueue | updateQueue | The queue used to update this device. |