SAMV71 Xplained Ultra Software Package 1.3

api_msg Struct Reference

#include <C:/softpack/canopus1.3/softpack/samv7/libraries/liblwip/source/lwip_1.3.2/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.

Definition at line 109 of file api_msg.h.


Field Documentation

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

function to execute in tcpip_thread context

Definition at line 111 of file api_msg.h.

arguments for this function

Definition at line 113 of file api_msg.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines