SendLEDEffect
Inherits from:
IInputDeviceCommandInfo
Public Fields
Type
public static FourCC Type { get; set; }
typeStatic
public FourCC typeStatic { get; set; }
Public Methods
SendLEDEffect Create
public static SendLEDEffect Create(
LEDEffect ledEffect,
LEDSpeed ledSpeed,
LEDPattern ledPattern,
LEDColor ledColor,
uint durationMs
)
Parameters
Type | Name | Description |
---|---|---|
LEDEffect | ledEffect | |
LEDSpeed | ledSpeed | |
LEDPattern | ledPattern | |
LEDColor | ledColor | |
uint | durationMs |
Public Attributes
baseCommand
public InputDeviceCommand baseCommand;
color
public uint color;
duration
public uint duration;
effect
public uint effect;
pattern
public uint pattern;
speed
public uint speed;