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