|
| TCPSendClient (const std::string &serverIP, int serverPort) |
|
| TCPTransmitterSocket (int socketId=invalidSocketId) |
|
| TCPTransmitterSocket (TCPTransmitterSocket &&theTCPTransmitterSocket)=default |
|
void | send (char const *buffer, std::size_t size, bool forceEmptyPacket=false) |
|
void | send (const std::string &buffer) |
|
void | send (const std::vector< char > &buffer) |
|
void | send (const std::vector< uint16_t > &buffer) |
|
template<typename T > |
void | send (const std::vector< T > &buffer) |
|
void | sendPacket (char const *buffer, std::size_t size) |
|
void | sendPacket (const std::string &buffer) |
|
void | setSendTimeout (unsigned int timeoutSeconds, unsigned int timeoutMicroSeconds) |
|
| TCPSocket (int socketId=invalidSocketId) |
| Designed to be a base class not used used directly.
|
|
| TCPSocket (TCPSocket &&move) |
| Moveable but not Copyable.
|
|
TCPSocket & | operator= (TCPSocket &&move) |
|
void | swap (TCPSocket &other) |
|
| TCPSocket (TCPSocket const &)=delete |
| Explicitly deleting copy constructor.
|
|
TCPSocket & | operator= (TCPSocket const &)=delete |
|
int | getSocketId (void) const |
|
void | open (void) |
|
void | close (void) |
|
void | sendClose (void) |
|
| TCPClientBase (const std::string &serverIP, int serverPort) |
|
bool | connect (int retry=-1, unsigned int sleepMilliSeconds=1000) |
|
bool | disconnect (void) |
|
|
static constexpr int | invalidSocketId = -1 |
|
Definition at line 10 of file TCPSendClient.h.
The documentation for this class was generated from the following files: