Class PicoPiRGBDeviceInfo
Represents a generic information for a PicoPiRGBDevice.
Implements
Inherited Members
Namespace: RGB.NET.Devices.PicoPi
Assembly: RGB.NET.Devices.PicoPi.dll
Syntax
public sealed class PicoPiRGBDeviceInfo : IRGBDeviceInfo
Properties
| Edit this page View SourceChannel
Gets the channel this device is using.
Declaration
public int Channel { get; }
Property Value
Type | Description |
---|---|
int |
DeviceName
Unique name of the IRGBDevice.
Declaration
public string DeviceName { get; }
Property Value
Type | Description |
---|---|
string |
DeviceType
Gets the RGBDeviceType of the IRGBDevice.
Declaration
public RGBDeviceType DeviceType { get; }
Property Value
Type | Description |
---|---|
RGBDeviceType |
Id
Gets the Id of the device.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
LayoutMetadata
Gets custom metadata added to the layout.
Declaration
public object? LayoutMetadata { get; set; }
Property Value
Type | Description |
---|---|
object |
LedCount
Gets the amount of LEDs on this device.
Declaration
public int LedCount { get; }
Property Value
Type | Description |
---|---|
int |
Manufacturer
Gets the manufacturer-name of the IRGBDevice.
Declaration
public string Manufacturer { get; }
Property Value
Type | Description |
---|---|
string |
Model
Gets the model-name of the IRGBDevice.
Declaration
public string Model { get; }
Property Value
Type | Description |
---|---|
string |
Version
Gets the version of the device firmware.
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
int |