Add profile management to SDK
Commit amended for code style by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
parent
3026feeebe
commit
e2bc1003e6
7 changed files with 241 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ public:
|
|||
void SendReply_ProtocolVersion(SOCKET client_sock);
|
||||
|
||||
void SendRequest_DeviceListChanged(SOCKET client_sock);
|
||||
void SendReply_ProfileList(SOCKET client_sock);
|
||||
|
||||
protected:
|
||||
unsigned short port_num;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue