Show / Hide Table of Contents

Class CorsairKeyboardRGBDeviceInfo

Represents a generic information for a CorsairKeyboardRGBDevice.

Inheritance
object
CorsairRGBDeviceInfo
CorsairKeyboardRGBDeviceInfo
Implements
IKeyboardDeviceInfo
IRGBDeviceInfo
Inherited Members
CorsairRGBDeviceInfo.CorsairDeviceType
CorsairRGBDeviceInfo.CorsairDeviceIndex
CorsairRGBDeviceInfo.DeviceType
CorsairRGBDeviceInfo.DeviceName
CorsairRGBDeviceInfo.Manufacturer
CorsairRGBDeviceInfo.Model
CorsairRGBDeviceInfo.DeviceId
CorsairRGBDeviceInfo.LayoutMetadata
CorsairRGBDeviceInfo.CapsMask
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Devices.CorsairLegacy
Assembly: RGB.NET.Devices.CorsairLegacy.dll
Syntax
public class CorsairKeyboardRGBDeviceInfo : CorsairRGBDeviceInfo, IKeyboardDeviceInfo, IRGBDeviceInfo

Properties

| Edit this page View Source

Layout

Gets the KeyboardLayoutType of the keyboard.

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

LogicalLayout

Gets the logical layout of the keyboard as set in CUE settings.

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

PhysicalLayout

Gets the physical layout of the keyboard.

Declaration
public CorsairPhysicalKeyboardLayout PhysicalLayout { get; }
Property Value
Type Description
CorsairPhysicalKeyboardLayout

Implements

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