Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip by
api_msg_msg Struct Reference
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). More...
#include <api_msg.h>
Data Fields | |
struct netconn * | conn |
The netconn which to process - always needed: it includes the semaphore which is used to block the application thread until the function finished. | |
struct netbuf * | b |
used for do_send |
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 precomp/Core/lwIP/include/lwip/api_msg.h.
Field Documentation
struct netbuf* b |
used for do_send
Definition at line 64 of file precomp/Core/lwIP/include/lwip/api_msg.h.
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 precomp/Core/lwIP/include/lwip/api_msg.h.
Generated on Tue Jul 12 2022 16:07:24 by
