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

data variable

Syntax

u8_t data[100];

References

LocationReferrerText
tcp_echoclient.c:35
u8_t data[100];
tcp_echoclient.c:108tcp_echoclient_connected()
sprintf((char*)data, "sending tcp client message %d", (int)message_count);
tcp_echoclient.c:111tcp_echoclient_connected()
es->p_tx = pbuf_alloc(PBUF_TRANSPORT, strlen((char*)data) , PBUF_POOL);
tcp_echoclient.c:116tcp_echoclient_connected()
pbuf_take(es->p_tx, (char*)data, strlen((char*)data));

Data Use

Functions reading data
data
all items filtered out
Type of data
data
all items filtered out