Skip to main content
Version: 20 Mar 2024

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

TypeNameDescription
LEDEffectledEffect
LEDSpeedledSpeed
LEDPatternledPattern
LEDColorledColor
uintdurationMs

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;