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