ESP8266
Public Attributes | List of all members
tcpip_msg Struct Reference

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
 

Member Data Documentation

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