Show / Hide Table of Contents

Class AsusKeyboardExtraMapping

Represents a record containing regex that matches to an ASUS device model and a LED mapping mapping to Light indexes.

Inheritance
object
AsusKeyboardExtraMapping
Implements
IEquatable<AsusKeyboardExtraMapping>
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.Asus
Assembly: RGB.NET.Devices.Asus.dll
Syntax
public record AsusKeyboardExtraMapping : IEquatable<AsusKeyboardExtraMapping>

Constructors

| Edit this page View Source

AsusKeyboardExtraMapping(Regex, LedMapping<int>)

Represents a record containing regex that matches to an ASUS device model and a LED mapping mapping to Light indexes.

Declaration
public AsusKeyboardExtraMapping(Regex Regex, LedMapping<int> LedMapping)
Parameters
Type Name Description
Regex Regex
LedMapping<int> LedMapping

Properties

| Edit this page View Source

LedMapping

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

Regex

Declaration
public Regex Regex { get; init; }
Property Value
Type Description
Regex

Implements

IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX