Create functions for sending requests
This commit is contained in:
parent
7c1a1396ca
commit
cde7469191
2 changed files with 38 additions and 25 deletions
|
|
@ -12,6 +12,9 @@ public:
|
|||
void ConnectionThread();
|
||||
void ListenThread();
|
||||
|
||||
void SendRequest_ControllerCount();
|
||||
void SendRequest_ControllerData(unsigned int idx);
|
||||
|
||||
protected:
|
||||
std::vector<RGBController *>& controllers;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue