mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-21 04:56:13 +02:00
clean up
This commit is contained in:
parent
a221e431aa
commit
87ce37df8c
5 changed files with 11 additions and 80 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue