Corsair Lighting Protocol
0.15.0
Control LEDs connected to an Arduino with iCUE
|
#include <ILEDController.h>
Public Member Functions | |
virtual void | handleLEDControl (const Command &command, const CorsairLightingProtocolResponse *response)=0 |
The interface of a LEDController.
|
pure virtual |
Handle LED commands and send a response. This method is called for each received command.
command | the command which must be handled |
response | the callback for the response |
Implemented in LEDController.