Show / Hide Table of Contents

Class AsusKeyboardLedCustomData

Represents custom LED data for ASUS keyboard LEDs.

Inheritance
object
AsusKeyboardLedCustomData
Implements
IEquatable<AsusKeyboardLedCustomData>
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 AsusKeyboardLedCustomData : IEquatable<AsusKeyboardLedCustomData>

Constructors

| Edit this page View Source

AsusKeyboardLedCustomData(AsusLedType, int)

Represents custom LED data for ASUS keyboard LEDs.

Declaration
public AsusKeyboardLedCustomData(AsusLedType LedType, int Id)
Parameters
Type Name Description
AsusLedType LedType
int Id

Properties

| Edit this page View Source

Id

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

LedType

Declaration
public AsusLedType LedType { get; init; }
Property Value
Type Description
AsusLedType

Implements

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