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

Represents a request to update a led.
Show file Open project: DarthAffe/CUE.NET

Public Methods

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

Initializes a new instance of the LedUpateRequest class.

Method Details

LedUpateRequest() public method

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.
return CUE.NET.Devices.Generic.Enums