mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 22:24:12 -04:00
reformat code
This commit is contained in:
@@ -35,15 +35,17 @@ public:
|
||||
void SendApply();
|
||||
|
||||
private:
|
||||
hid_device *dev;
|
||||
hid_device *dev;
|
||||
std::string location;
|
||||
std::string version;
|
||||
bool useTraditionalSendData;
|
||||
bool useTraditionalSendData;
|
||||
|
||||
void SendInitialize();
|
||||
|
||||
void SendData(const unsigned char *data, unsigned int length);
|
||||
|
||||
void SendDataTraditional(const unsigned char *data, unsigned int length);
|
||||
|
||||
void SendDataModern(const unsigned char *data, unsigned int length);
|
||||
|
||||
int ReceiveData(unsigned char *data, unsigned int max_length);
|
||||
|
||||
Reference in New Issue
Block a user