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

#include <ITemperatureController.h>

+ Inheritance diagram for ITemperatureController:

Public Member Functions

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

Detailed Description

The interface of a TemperatureController.

Member Function Documentation

◆ handleTemperatureControl()

virtual void ITemperatureController::handleTemperatureControl ( const Command command,
const CorsairLightingProtocolResponse response 
)
pure virtual

Handle a temperature command and send a response.

Parameters
commandthe command which should be handled
responsethe callback for the response

Implemented in TemperatureController.


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