|
| TCPClientBase (const std::string &serverIP, int serverPort) |
|
bool | connect (int retry=-1, unsigned int sleepMilliSeconds=1000) |
|
bool | disconnect (void) |
|
| TCPSocket (int socketId=invalidSocketId) |
|
| TCPSocket (TCPSocket &&move) |
|
TCPSocket & | operator= (TCPSocket &&move) |
|
void | swap (TCPSocket &other) |
|
| TCPSocket (TCPSocket const &)=delete |
|
TCPSocket & | operator= (TCPSocket const &)=delete |
|
int | getSocketId (void) const |
|
void | open (void) |
|
void | close (void) |
|
void | sendClose (void) |
|
|
static constexpr int | invalidSocketId = -1 |
|
Definition at line 9 of file TCPClientBase.h.
The documentation for this class was generated from the following files: