Version of http://mbed.org/cookbook/NetServicesTribute with setting set the same for LPC2368
Dependents: UDPSocketExample 24LCxx_I2CApp WeatherPlatform_pachube HvZServerLib ... more
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 api_msg.h.
Field Documentation
Generated on Tue Jul 12 2022 14:29:28 by
1.7.2
Simon Ford