Class OpenRGBDeviceInfo
Represents generic information for an OpenRGB Device
Implements
Inherited Members
Namespace: RGB.NET.Devices.OpenRGB
Assembly: RGB.NET.Devices.OpenRGB.dll
Syntax
public class OpenRGBDeviceInfo : IRGBDeviceInfo
Properties
| Edit this page View SourceDeviceName
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 |
LayoutMetadata
Gets custom metadata added to the layout.
Declaration
public object? LayoutMetadata { get; set; }
Property Value
Type | Description |
---|---|
object |
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 |
OpenRGBDevice
Gets the OpenRGB device.
Declaration
public Device OpenRGBDevice { get; }
Property Value
Type | Description |
---|---|
Device |