Class LedMappings
Contains mappings for LedId to LogitechDeviceCaps.
Inherited Members
Namespace: RGB.NET.Devices.Logitech
Assembly: RGB.NET.Devices.Logitech.dll
Syntax
public static class LedMappings
Properties
| Edit this page View SourceDevice
Gets the mapping for per device devices.
Declaration
public static LedMapping<int> Device { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
PerKey
Gets the mapping for per key devices.
Declaration
public static LedMapping<LogitechLedId> PerKey { get; }
Property Value
Type | Description |
---|---|
LedMapping<LogitechLedId> |
ZoneHeadset
Gets the mapping for per zone headsets.
Declaration
public static LedMapping<int> ZoneHeadset { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
ZoneKeyboard
Gets the mapping for per zone keyboards.
Declaration
public static LedMapping<int> ZoneKeyboard { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
ZoneMouse
Gets the mapping for per zone mice.
Declaration
public static LedMapping<int> ZoneMouse { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
ZoneMousepad
Gets the mapping for per zone mousepads.
Declaration
public static LedMapping<int> ZoneMousepad { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
ZoneSpeaker
Gets the mapping for per zone speakers.
Declaration
public static LedMapping<int> ZoneSpeaker { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |