Corsair Lighting Protocol  0.15.0
Control LEDs connected to an Arduino with iCUE
IFanController Class Referenceabstract

#include <IFanController.h>

+ Inheritance diagram for IFanController:

Public Member Functions

virtual void handleFanControl (const Command &command, const CorsairLightingProtocolResponse *response)=0
 

Detailed Description

The interface of a FanController.

Member Function Documentation

◆ handleFanControl()

virtual void IFanController::handleFanControl ( const Command command,
const CorsairLightingProtocolResponse response 
)
pure virtual

Handle a command and send back a response. This method is called if a new command for the FanController is received.

Parameters
commandthe command which must be handled
responsethe callback used for the response

Implemented in FanController.


The documentation for this class was generated from the following file: