otsdaq
v2_05_02_indev
|
Public Member Functions | |
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 Protected Attributes | |
static constexpr int | invalidSocketId = -1 |
Definition at line 6 of file TCPSocket.h.