Show / Hide Table of Contents

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
object
CorsairRGBDeviceInfo
CorsairCoolerRGBDeviceInfo
CorsairFanRGBDeviceInfo
CorsairGameControllerRGBDeviceInfo
CorsairGraphicsCardRGBDeviceInfo
CorsairHeadsetRGBDeviceInfo
CorsairHeadsetStandRGBDeviceInfo
CorsairKeyboardRGBDeviceInfo
CorsairLedStripRGBDeviceInfo
CorsairMainboardRGBDeviceInfo
CorsairMemoryRGBDeviceInfo
CorsairMouseRGBDeviceInfo
CorsairMousepadRGBDeviceInfo
CorsairTouchbarRGBDeviceInfo
CorsairUnknownRGBDeviceInfo
Implements
IRGBDeviceInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Devices.Corsair
Assembly: RGB.NET.Devices.Corsair.dll
Syntax
public class CorsairRGBDeviceInfo : IRGBDeviceInfo

Properties

| Edit this page View Source

CorsairDeviceType

Gets the corsair specific device type.

Declaration
public CorsairDeviceType CorsairDeviceType { get; }
Property Value
Type Description
CorsairDeviceType
| Edit this page View Source

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
| Edit this page View Source

DeviceName

Unique name of the IRGBDevice.

Declaration
public string DeviceName { get; }
Property Value
Type Description
string
| Edit this page View Source

DeviceType

Gets the RGBDeviceType of the IRGBDevice.

Declaration
public RGBDeviceType DeviceType { get; }
Property Value
Type Description
RGBDeviceType
| Edit this page View Source

LayoutMetadata

Gets custom metadata added to the layout.

Declaration
public object? LayoutMetadata { get; set; }
Property Value
Type Description
object
| Edit this page View Source

LedCount

Gets the amount of LEDs this device contains.

Declaration
public int LedCount { get; }
Property Value
Type Description
int
| Edit this page View Source

Manufacturer

Gets the manufacturer-name of the IRGBDevice.

Declaration
public string Manufacturer { get; }
Property Value
Type Description
string
| Edit this page View Source

Model

Gets the model-name of the IRGBDevice.

Declaration
public string Model { get; }
Property Value
Type Description
string

Implements

IRGBDeviceInfo
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX