JS8Call-Improved master
Loading...
Searching...
No Matches
TCPClient.h File Reference

Lightweight TCP client utilities used throughout the network code. More...

#include "JS8_Include/pimpl_h.h"
#include <QObject>
#include <QTcpSocket>
Include dependency graph for TCPClient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TCPClient
 Simple TCP client wrapper. More...

Detailed Description

Lightweight TCP client utilities used throughout the network code.

TCPClient provides convenience methods to ensure a TCP connection and to send a short message to a host:port pair. The implementation is hidden by a pimpl to keep this header stable.