Interface IRGBDevice<TDeviceInfo>
Exposes the enumerator, which supports a simple iteration over a collection of a specified type.
Inherited Members
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public interface IRGBDevice<out TDeviceInfo> : IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable where TDeviceInfo : IRGBDeviceInfo
Type Parameters
Name | Description |
---|---|
TDeviceInfo |
Properties
| Edit this page View SourceDeviceInfo
Gets generic information about the IRGBDevice.
Declaration
TDeviceInfo DeviceInfo { get; }
Property Value
Type | Description |
---|---|
TDeviceInfo |