C# Class CUE.NET.Devices.Generic.LedUpateRequest

Represents a request to update a led.
Afficher le fichier Open project: DarthAffe/CUE.NET

Méthodes publiques

Méthode Description
LedUpateRequest ( CorsairLedId ledId, CorsairColor color ) : CUE.NET.Devices.Generic.Enums

Initializes a new instance of the LedUpateRequest class.

Method Details

LedUpateRequest() public méthode

Initializes a new instance of the LedUpateRequest class.
public LedUpateRequest ( CorsairLedId ledId, CorsairColor color ) : CUE.NET.Devices.Generic.Enums
ledId CorsairLedId The id of the led to update.
color CorsairColor The requested color of the led.
Résultat CUE.NET.Devices.Generic.Enums