The ControllerServer class listens to a UDP socket for messages, then forwards them to the correct controller.
More...
#include <controllerserver.h>
|
void | start () |
| starts the server and makes it listen to the specified port. More...
|
|
The ControllerServer class listens to a UDP socket for messages, then forwards them to the correct controller.
ControllerServer::ControllerServer |
( |
QObject * |
parent = 0 , |
|
|
quint16 |
port = 37875 |
|
) |
| |
|
explicit |
ControllerServer::~ControllerServer |
( |
) | |
|
void ControllerServer::incomingConnection |
( |
) | |
|
|
privateslot |
void ControllerServer::start |
( |
) | |
|
|
slot |
quint16 ControllerServer::_port |
|
private |
QUdpSocket* ControllerServer::_server |
|
private |
The documentation for this class was generated from the following files: