A TCP client wrapper that is as a common socket between platforms.
More...
#include <TCPClientWrapper.h>
A TCP client wrapper that is as a common socket between platforms.
◆ TCPClientWrapper()
TCPClientWrapper::TCPClientWrapper |
( |
ITCPClient & |
client | ) |
|
|
inline |
◆ ~TCPClientWrapper()
TCPClientWrapper::~TCPClientWrapper |
( |
| ) |
|
|
inlineoverride |
◆ close()
bool TCPClientWrapper::close |
( |
| ) |
|
|
inlineoverride |
◆ isConnected()
bool TCPClientWrapper::isConnected |
( |
| ) |
const |
|
inlineoverride |
◆ receive()
bool TCPClientWrapper::receive |
( |
uint8_t * |
data, |
|
|
uint16_t |
length |
|
) |
| |
|
inlineoverride |
◆ send()
bool TCPClientWrapper::send |
( |
const uint8_t * |
data, |
|
|
uint16_t |
length |
|
) |
| |
|
inlineoverride |
◆ m_client
The documentation for this class was generated from the following file: