API Documentation
|
This is the complete list of members for SocketConnection, including all inherited members.
bytesAvailable() const override | SocketConnection | virtual |
close() final override | SocketConnection | virtual |
ConnectionBackend(ProgressInfo *log) | ConnectionBackend | |
connectionStateChangedSignal(ConnectionState state) | ConnectionBackend | signal |
dataAvailableSignal() | ConnectionBackend | signal |
handleSocketErrorSlot(int error) | SocketConnection | protectedslot |
isOpen() const final override | SocketConnection | virtual |
lastError() const final override | SocketConnection | virtual |
m_broadcast_port | SocketConnection | protected |
m_last_error | SocketConnection | protected |
m_log | ConnectionBackend | protected |
m_socket | SocketConnection | protected |
open(const ConnectionInfo &request) final override | SocketConnection | virtual |
openTCP(const ConnectionInfo &request) | SocketConnection | |
openUDP(const ConnectionInfo &request) | SocketConnection | |
openUDPServer(const ConnectionInfo &request) | SocketConnection | |
peek(char *, uint04 size) const final override | SocketConnection | virtual |
rx(char *, uint04 size=Constant< uint04 >::Max) final override | SocketConnection | virtual |
setSocket(QAbstractSocket *socket) | SocketConnection | |
setTCPPort(QTcpSocket *tcp_port, ConnectionOpenType connect_mode) | SocketConnection | virtual |
setUDPPort(QUdpSocket *udp_port, ConnectionOpenType connect_mode) | SocketConnection | virtual |
SocketConnection(ProgressInfo *log) | SocketConnection | |
threadID() const | ConnectionBackend | inlinevirtual |
tx(const String &command) final override | SocketConnection | virtual |
waitForConnection(QAbstractSocket *socket, const ConnectionInfo &request) | SocketConnection | virtual |
waitForReadyRead(const TimeSpan &span) final override | SocketConnection | virtual |
~SocketConnection() | SocketConnection |