Class WootingRGBDevice<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.Wooting.Generic
Assembly: RGB.NET.Devices.Wooting.dll
Syntax
public abstract class WootingRGBDevice<TDeviceInfo> : AbstractRGBDevice<TDeviceInfo>, IRGBDevice<TDeviceInfo>, IWootingRGBDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable where TDeviceInfo : WootingRGBDeviceInfo
Type Parameters
Name | Description |
---|---|
TDeviceInfo |
Constructors
| Edit this page View SourceWootingRGBDevice(TDeviceInfo, IUpdateQueue)
Initializes a new instance of the WootingRGBDevice<TDeviceInfo> class.
Declaration
protected WootingRGBDevice(TDeviceInfo info, IUpdateQueue updateQueue)
Parameters
Type | Name | Description |
---|---|---|
TDeviceInfo | info | The generic information provided by Wooting for the device. |
IUpdateQueue | updateQueue | The update queue used to update this device. |
Methods
| Edit this page View SourceDispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()