Class OpenRGBGenericDevice
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.
Inheritance
OpenRGBGenericDevice
Implements
Inherited Members
Namespace: RGB.NET.Devices.OpenRGB
Assembly: RGB.NET.Devices.OpenRGB.dll
Syntax
public sealed class OpenRGBGenericDevice : AbstractOpenRGBDevice<OpenRGBDeviceInfo>, IRGBDevice<OpenRGBDeviceInfo>, IOpenRGBDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable
Constructors
| Edit this page View SourceOpenRGBGenericDevice(OpenRGBDeviceInfo, IUpdateQueue)
Initializes a new instance of the OpenRGBGenericDevice class.
Declaration
public OpenRGBGenericDevice(OpenRGBDeviceInfo info, IUpdateQueue updateQueue)
Parameters
Type | Name | Description |
---|---|---|
OpenRGBDeviceInfo | info | Generic information for the device. |
IUpdateQueue | updateQueue | The queue used to update the device. |