otsdaq  3.03.00
ots::TCPSocket Class Reference
+ Inheritance diagram for ots::TCPSocket:

Public Member Functions

 TCPSocket (int socketId=invalidSocketId)
 Designed to be a base class not used used directly.
 
 TCPSocket (TCPSocket &&move)
 Moveable but not Copyable.
 
TCPSocketoperator= (TCPSocket &&move)
 
void swap (TCPSocket &other)
 
 TCPSocket (TCPSocket const &)=delete
 Explicitly deleting copy constructor.
 
TCPSocketoperator= (TCPSocket const &)=delete
 
int getSocketId (void) const
 
void open (void)
 
void close (void)
 
void sendClose (void)
 

Static Protected Attributes

static constexpr int invalidSocketId = -1
 

Detailed Description

Definition at line 6 of file TCPSocket.h.


The documentation for this class was generated from the following files: