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

echoclient_states enum

Syntax

enum echoclient_states {   ES_NOT_CONNECTED = 0,   ES_CONNECTED,   ES_RECEIVED,   ES_CLOSING, };

Values

ES_NOT_CONNECTED

No summary provided. Read more...

ES_CONNECTED

No summary provided. Read more...

ES_RECEIVED

No summary provided. Read more...

ES_CLOSING

No summary provided. Read more...

References

LocationReferrerScopeText
tcp_echoclient.c:40
enum echoclient_states
tcp_echoclient.c:51echoclient::stateechoclient
enum echoclient_states state; /* connection status */

Type Use

Variables of echoclient_states type
all items filtered out
echoclient_states