C# 클래스 CUE.NET.Devices.Generic.LedUpateRequest

Represents a request to update a led.
파일 보기 프로젝트 열기: DarthAffe/CUE.NET

공개 메소드들

메소드 설명
LedUpateRequest ( CorsairLedId ledId, CorsairColor color ) : CUE.NET.Devices.Generic.Enums

Initializes a new instance of the LedUpateRequest class.

메소드 상세

LedUpateRequest() 공개 메소드

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