Request updated controller mode from server after sending a Set Custom Mode command
This commit is contained in:
parent
97e1c3e913
commit
5ce6ec9ea7
3 changed files with 30 additions and 1 deletions
|
|
@ -41,6 +41,8 @@ public:
|
|||
void ConnectionThreadFunction();
|
||||
void ListenThreadFunction();
|
||||
|
||||
void WaitOnControllerData();
|
||||
|
||||
void ProcessReply_ControllerCount(unsigned int data_size, char * data);
|
||||
void ProcessReply_ControllerData(unsigned int data_size, char * data, unsigned int dev_idx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue