Add saving support to network protocol
This commit is contained in:
parent
eade8fea1a
commit
5130f07e21
6 changed files with 50 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ public:
|
|||
void SendRequest_RGBController_SetCustomMode(unsigned int dev_idx);
|
||||
|
||||
void SendRequest_RGBController_UpdateMode(unsigned int dev_idx, unsigned char * data, unsigned int size);
|
||||
void SendRequest_RGBController_SaveMode(unsigned int dev_idx, unsigned char * data, unsigned int size);
|
||||
|
||||
|
||||
std::vector<std::string> * ProcessReply_ProfileList(unsigned int data_size, char * data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue