|
| TCPReceiverSocket (int socketId=invalidSocketId) |
|
| TCPReceiverSocket (TCPReceiverSocket &&theTCPReceiverSocket)=default |
|
template<class T > |
T | receive (void) |
|
std::string | receivePacket () |
|
void | setReceiveTimeout (unsigned int timeoutSeconds, unsigned int timeoutMicroSeconds) |
|
| 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 10 of file TCPReceiverSocket.h.
The documentation for this class was generated from the following files: