api_msg Struct Reference

#include <lwip/src/include/lwip/api_msg.h>


Data Fields

void(* function )(struct api_msg_msg *msg)
struct api_msg_msg msg


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.

Field Documentation

void(* api_msg::function)(struct api_msg_msg *msg)

function to execute in tcpip_thread context

struct api_msg_msg api_msg::msg [read]

arguments for this function


The documentation for this struct was generated from the following file:
Generated on Sun Mar 23 19:22:46 2008 for lwIP 1.3.0 by  doxygen 1.5.4