uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tcpip_msg Struct Reference

#include <tcpip.h>

Public Attributes

enum tcpip_msg_type type
 
sys_sem_t * sem
 
union {
   struct {
      struct pbuf *   p
 
      struct netif *   netif
 
   }   inp
 
   struct {
      tcpip_callback_fn   function
 
      void *   ctx
 
   }   cb
 
msg
 

Detailed Description

Definition at line 125 of file tcpip.h.

Member Data Documentation

struct { ... } tcpip_msg::cb
void* tcpip_msg::ctx

Definition at line 141 of file tcpip.h.

tcpip_callback_fn tcpip_msg::function

Definition at line 140 of file tcpip.h.

struct { ... } tcpip_msg::inp
union { ... } tcpip_msg::msg
struct netif* tcpip_msg::netif

Definition at line 137 of file tcpip.h.

struct pbuf* tcpip_msg::p

Definition at line 136 of file tcpip.h.

sys_sem_t* tcpip_msg::sem

Definition at line 127 of file tcpip.h.

enum tcpip_msg_type tcpip_msg::type

Definition at line 126 of file tcpip.h.


The documentation for this struct was generated from the following file: