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:28
Definition: Components/Hosted/include/Hosted/Client.h:31
Definition: TcpClient.h:46
Definition: TcpTransport.h:23
Definition: TcpClientTransport.h:25
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:35
Definition: TcpClientStream.h:23
1.8.13