Class LogitechRGBDevice<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.Logitech
Assembly: RGB.NET.Devices.Logitech.dll
Syntax
public abstract class LogitechRGBDevice<TDeviceInfo> : AbstractRGBDevice<TDeviceInfo>, IRGBDevice<TDeviceInfo>, ILogitechRGBDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable where TDeviceInfo : LogitechRGBDeviceInfoType Parameters
| Name | Description | 
|---|---|
| TDeviceInfo | 
Constructors
| Edit this page View SourceLogitechRGBDevice(TDeviceInfo, IUpdateQueue)
Initializes a new instance of the LogitechRGBDevice<TDeviceInfo> class.
Declaration
protected LogitechRGBDevice(TDeviceInfo info, IUpdateQueue updateQueue)Parameters
| Type | Name | Description | 
|---|---|---|
| TDeviceInfo | info | The generic information provided by Logitech for the device. | 
| IUpdateQueue | updateQueue | The queue used to update this device. |