netconn_recv_data() is only used within LwIP.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

ERR_OK if data has been received, an error code otherwise (timeout, memory error or another error) ERR_CONN if not connected ERR_CLSD if TCP connection has been closed ERR_WOULDBLOCK if the netconn is nonblocking but would block to wait for data ERR_TIMEOUT if the netconn has a receive timeout and no data was received

References

from examples