Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QSerialSocketServer class provides a server to handle incoming serial-over-sockets connections. More...
#include <QSerialSocketServer>
Inherits QObject.
The QSerialSocketServer class provides a server to handle incoming serial-over-sockets connections.
As each connection arrives, the incoming() signal is emitted with a QSerialSocket instance as its argument.
See also QSerialSocket.
Construct a new serial-over-sockets server, bound to port, and attach it to parent. If localHostOnly is true (the default), then the socket will only be accessible from applications on the same host.
Destroy this serial-over-sockets server.
Signal that is emitted when an incoming connection is detected. The session is represented by socket.
Returns true if this server was able to listen on the specified port number when it was constructed; otherwise returns false.
Returns the port number that this serial-over-sockets server is bound to.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |