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

#include <ILEDController.h>

+ Inheritance diagram for ILEDController:

Public Member Functions

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

Detailed Description

The interface of a LEDController.

Member Function Documentation

◆ handleLEDControl()

virtual void ILEDController::handleLEDControl ( const Command command,
const CorsairLightingProtocolResponse response 
)
pure virtual

Handle LED commands and send a response. This method is called for each received command.

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

Implemented in LEDController.


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