Class AsusRGBDevice<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.Asus
Assembly: RGB.NET.Devices.Asus.dll
Syntax
public abstract class AsusRGBDevice<TDeviceInfo> : AbstractRGBDevice<TDeviceInfo>, IRGBDevice<TDeviceInfo>, IAsusRGBDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable where TDeviceInfo : AsusRGBDeviceInfo
Type Parameters
Name | Description |
---|---|
TDeviceInfo |
Constructors
| Edit this page View SourceAsusRGBDevice(TDeviceInfo, IDeviceUpdateTrigger)
Initializes a new instance of the AsusRGBDevice<TDeviceInfo> class.
Declaration
protected AsusRGBDevice(TDeviceInfo info, IDeviceUpdateTrigger updateTrigger)
Parameters
Type | Name | Description |
---|---|---|
TDeviceInfo | info | The generic information provided by Asus for the device. |
IDeviceUpdateTrigger | updateTrigger | The update trigger used to update this device. |