Class CorsairRGBDeviceInfo
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.
Inheritance
CorsairRGBDeviceInfo
Implements
Inherited Members
Namespace: RGB.NET.Devices.CorsairLegacy
Assembly: RGB.NET.Devices.CorsairLegacy.dll
Syntax
public class CorsairRGBDeviceInfo : IRGBDeviceInfo
Properties
| Edit this page View SourceCapsMask
Gets a flag that describes device capabilities. (CorsairDeviceCaps)
Declaration
public CorsairDeviceCaps CapsMask { get; }
Property Value
Type | Description |
---|---|
CorsairDeviceCaps |
CorsairDeviceIndex
Gets the index of the CorsairRGBDevice<TDeviceInfo>.
Declaration
public int CorsairDeviceIndex { get; }
Property Value
Type | Description |
---|---|
int |
CorsairDeviceType
Gets the corsair specific device type.
Declaration
public CorsairDeviceType CorsairDeviceType { get; }
Property Value
Type | Description |
---|---|
CorsairDeviceType |
DeviceId
Returns the unique ID provided by the Corsair-SDK. Returns string.Empty for Custom devices.
Declaration
public string DeviceId { get; }
Property Value
Type | Description |
---|---|
string |
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 |
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 |