hyperion.ng
Signals | Public Member Functions | List of all members
BoblightClientConnection Class Reference

The Connection object created by BoblightServer when a new connection is establshed. More...

#include <BoblightClientConnection.h>

Inheritance diagram for BoblightClientConnection:

Signals

void connectionClosed (BoblightClientConnection *connection)
 Signal which is emitted when the connection is being closed. More...
 

Public Member Functions

 BoblightClientConnection (Hyperion *hyperion, QTcpSocket *socket, const int priority)
 Constructor. More...
 
 ~BoblightClientConnection ()
 Destructor.
 

Detailed Description

The Connection object created by BoblightServer when a new connection is establshed.

Constructor & Destructor Documentation

§ BoblightClientConnection()

BoblightClientConnection::BoblightClientConnection ( Hyperion hyperion,
QTcpSocket *  socket,
const int  priority 
)

Constructor.

Parameters
socketThe Socket object for this connection
hyperionThe Hyperion server

Member Function Documentation

§ connectionClosed

void BoblightClientConnection::connectionClosed ( BoblightClientConnection connection)
signal

Signal which is emitted when the connection is being closed.

Parameters
connectionThis connection object

The documentation for this class was generated from the following files: