TcpClientTransport.h
Go to the documentation of this file.
Definition: TcpClientStream.h:24
Definition: TcpClientTransport.h:26
bool process(TcpClient &client, char *data, int size) override
Definition: TcpClientTransport.h:34
TcpClientTransport(TcpClient &client)
Definition: TcpClientTransport.h:28
Definition: TcpTransport.h:24
Definition: TcpClient.h:46
void setReceiveDelegate(TcpClientDataDelegate receiveCb=nullptr)
Set or clear the callback for received data.
Definition: TcpClient.h:89
Delegate< bool(TcpClient &client, char *data, int size)> TcpClientDataDelegate
Definition: TcpClient.h:26
Definition: Components/Hosted/include/Hosted/Client.h:32