Class DebugRGBDevice
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
Inherited Members
Namespace: RGB.NET.Devices.Debug
Assembly: RGB.NET.Devices.Debug.dll
Syntax
public sealed class DebugRGBDevice : AbstractRGBDevice<DebugRGBDeviceInfo>, IRGBDevice<DebugRGBDeviceInfo>, IUnknownDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable
Properties
| Edit this page View SourceLayout
Gets the layour used to describe this debug device.
Declaration
public IDeviceLayout Layout { get; }
Property Value
Type | Description |
---|---|
IDeviceLayout |
Methods
| Edit this page View SourceUpdateLeds(IEnumerable<Led>)
Sends all the updated Led to the device.
Declaration
protected override void UpdateLeds(IEnumerable<Led> ledsToUpdate)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Led> | ledsToUpdate |