#include <D:/git/git_canopus_1/softpack/samv7/toolkits/mdk_v71/ARM/examples/Atmel/SAMV71_Xplained_Ultra/libraries/liblwip/source/lwip_1.3.2/src/include/lwip/api_msg.h>
Detailed Description
This struct includes everything that is necessary to execute a function for a netconn in another thread context (mainly used to process netconns in the tcpip_thread context to be thread safe).
Definition at line 57 of file api_msg.h.
Field Documentation
used for do_send
Definition at line 64 of file api_msg.h.
used for do_bind and do_connect
The netconn which to process - always needed: it includes the semaphore which is used to block the application thread until the function finished.
Definition at line 60 of file api_msg.h.
Depending on the executed function, one of these union members is used
The documentation for this struct was generated from the following file:
- libraries/liblwip/source/lwip_1.3.2/src/include/lwip/api_msg.h