This commit is contained in:
badaix 2015-09-12 19:26:08 +02:00
parent a221e431aa
commit 87ce37df8c
5 changed files with 11 additions and 80 deletions

View file

@ -45,11 +45,11 @@ public:
};
/// Endpoint for a connected client.
/// Endpoint for a connected control client.
/**
* Endpoint for a connected client.
* Endpoint for a connected control client.
* Messages are sent to the client with the "send" method.
* Received messages from the client are passed to the MessageReceiver callback
* Received messages from the client are passed to the ControlMessageReceiver callback
*/
class ControlSession
{