Show / Hide Table of Contents

Class LedMappings

Contains mappings for LedId to LogitechDeviceCaps.

Inheritance
object
LedMappings
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.Logitech
Assembly: RGB.NET.Devices.Logitech.dll
Syntax
public static class LedMappings

Properties

| Edit this page View Source

Device

Gets the mapping for per device devices.

Declaration
public static LedMapping<int> Device { get; }
Property Value
Type Description
LedMapping<int>
| Edit this page View Source

PerKey

Gets the mapping for per key devices.

Declaration
public static LedMapping<LogitechLedId> PerKey { get; }
Property Value
Type Description
LedMapping<LogitechLedId>
| Edit this page View Source

ZoneHeadset

Gets the mapping for per zone headsets.

Declaration
public static LedMapping<int> ZoneHeadset { get; }
Property Value
Type Description
LedMapping<int>
| Edit this page View Source

ZoneKeyboard

Gets the mapping for per zone keyboards.

Declaration
public static LedMapping<int> ZoneKeyboard { get; }
Property Value
Type Description
LedMapping<int>
| Edit this page View Source

ZoneMouse

Gets the mapping for per zone mice.

Declaration
public static LedMapping<int> ZoneMouse { get; }
Property Value
Type Description
LedMapping<int>
| Edit this page View Source

ZoneMousepad

Gets the mapping for per zone mousepads.

Declaration
public static LedMapping<int> ZoneMousepad { get; }
Property Value
Type Description
LedMapping<int>
| Edit this page View Source

ZoneSpeaker

Gets the mapping for per zone speakers.

Declaration
public static LedMapping<int> ZoneSpeaker { get; }
Property Value
Type Description
LedMapping<int>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX