reformat code
This commit is contained in:
parent
3a270cbea7
commit
84f7f32ec2
5 changed files with 35 additions and 30 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue