TcpClientTransport.h
Definition: TcpClient.h:45
Definition: Components/Hosted/include/Hosted/Client.h:31
TcpClientTransport(TcpClient &client)
Definition: TcpClientTransport.h:61
void setReceiveDelegate(TcpClientDataDelegate receiveCb=nullptr)
Set or clear the callback for received data.
Definition: TcpClient.h:89
bool process(TcpClient &client, char *data, int size) override
Definition: TcpClientTransport.h:68
Delegate< bool(TcpClient &client, char *data, int size)> TcpClientDataDelegate
Definition: TcpClient.h:26