Send mode data block when updating mode
This commit is contained in:
parent
0270c745ce
commit
450f438538
6 changed files with 269 additions and 8 deletions
|
|
@ -26,7 +26,7 @@ public:
|
|||
|
||||
void SendRequest_RGBController_SetCustomMode(unsigned int dev_idx);
|
||||
|
||||
void SendRequest_RGBController_UpdateMode(unsigned int dev_idx);
|
||||
void SendRequest_RGBController_UpdateMode(unsigned int dev_idx, unsigned char * data, unsigned int size);
|
||||
|
||||
protected:
|
||||
std::vector<RGBController *>& controllers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue