TcpClientTransport.h
Go to the documentation of this file.
Definition: TcpClientStream.h:22
Definition: TcpClientTransport.h:24
bool process(TcpClient &client, char *data, int size) override
Definition: TcpClientTransport.h:32
TcpClientTransport(TcpClient &client)
Definition: TcpClientTransport.h:26
Definition: TcpTransport.h:22
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: BaseTransport.h:20