TcpClientTransport.h
Go to the documentation of this file.
void setReceiveDelegate(TcpClientDataDelegate receiveCb=nullptr)
Set or clear the callback for received data.
Definition: TcpClient.h:90
TcpClientTransport(TcpClient &client)
Definition: TcpClientTransport.h:27
~TcpClientTransport()
Definition: TcpClientTransport.h:33
Definition: Components/Hosted/include/Hosted/Client.h:31
Definition: TcpClient.h:46
Definition: TcpTransport.h:23
bool push(const uint8_t *buffer, size_t size)
Definition: TcpClientStream.h:37
Definition: TcpClientTransport.h:24
Delegate< bool(TcpClient &client, char *data, int size)> TcpClientDataDelegate
Definition: TcpClient.h:27
bool process(TcpClient &client, char *data, int size) override
Definition: TcpClientTransport.h:39
Definition: TcpClientStream.h:23
1.8.13