Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QSerialSocket class provides a serial port abstraction via a TCP socket. More...
#include <QSerialSocket>
Inherits QSerialIODevice.
The QSerialSocket class provides a serial port abstraction via a TCP socket.
This serial port abstraction implements the telnet protocol (RFC 854), to make it easy to debug AT command handlers using a telnet client.
The QSerialSocket class is also used by data calls initiated by QPhoneCall to pass the raw modem data and handshaking signals to client applications.
See also QSerialSocketServer, QSerialIODevice, and QPhoneCall.
Construct a serial-over-sockets session object and attach it to parent. The session will connect to port on host.
Destroy this socket-based serial port abstraction.
Closes this serial I/O device. The socket will remain connected until this object is destroyed.
Reimplemented from QIODevice.
Signal that is emitted when the socket is closed by the other end of the connection.
Opens this serial I/O device in mode. This just sets the device to open. The actual connect is done during the constructor. Returns true if the device can be opened; false otherwise.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |