wip
Dependents: EthernetInterface_vz
Fork of lwip by
api_msg Struct Reference
This struct contains a function to execute in another thread context and a struct api_msg_msg that serves as an argument for this function. More...
#include <api_msg.h>
Data Fields | |
| void(* | function )(struct api_msg_msg *msg) |
| function to execute in tcpip_thread context | |
| struct api_msg_msg | msg |
| arguments for this function | |
Detailed Description
This struct contains a function to execute in another thread context and a struct api_msg_msg that serves as an argument for this function.
This is passed to tcpip_apimsg to execute functions in tcpip_thread context.
Definition at line 120 of file api_msg.h.
Field Documentation
| void(* function)(struct api_msg_msg *msg) |
| struct api_msg_msg msg |
Generated on Wed Jul 13 2022 04:29:46 by
1.7.2
