echoclient is only used within LwIP_TCP_Echo_Client.
 
Symbols
loading...
Files
loading...

echoclient struct

Syntax

struct echoclient {   enum echoclient_states state;    struct tcp_pcb *pcb;             struct pbuf *p_tx;             };

Fields

state

No summary provided. Read more...

pcb

No summary provided. Read more...

p_tx

No summary provided. Read more...

Type Use

Variables of echoclient type
tcp_echoclient_connected()::es
tcp_echoclient_recv()::es
tcp_echoclient_poll()::es
tcp_echoclient_sent()::es
all items filtered out
echoclient