ID the MBED processor on the network if you have more than one. View MBED name on DHCP of your Router - Example \"MBED PE\" Change your ID in Core / host.h
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. | |
err_t | err |
The return value of the function executed in tcpip_thread. | |
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 61 of file LPC1768/lwip/include/lwip/api_msg.h.
Field Documentation
struct netbuf* b |
used for do_send
Definition at line 70 of file LPC1768/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 64 of file LPC1768/lwip/include/lwip/api_msg.h.
err_t err |
The return value of the function executed in tcpip_thread.
Definition at line 66 of file LPC1768/lwip/include/lwip/api_msg.h.
Generated on Tue Jul 12 2022 20:22:58 by 1.7.2