Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

api_msg_msg Struct Reference

#include <api_msg.h>

Collaboration diagram for api_msg_msg:

[legend]

Data Fields

netconnconn
enum netconn_type conntype
union {
   pbuf *   p
   struct {
      ip_addr *   ipaddr
      u16_t   port
   }   bc
   struct {
      void *   dataptr
      u16_t   len
      unsigned char   copy
   }   w
   sys_mbox_t   mbox
   u16_t   len
msg

Field Documentation

struct { ... } api_msg_msg::bc
 

struct netconn* api_msg_msg::conn
 

Definition at line 74 of file api_msg.h.

Referenced by do_accept(), do_bind(), do_close(), do_connect(), do_delconn(), do_disconnect(), do_listen(), do_recv(), do_send(), and do_write().

enum netconn_type api_msg_msg::conntype
 

Definition at line 75 of file api_msg.h.

unsigned char api_msg_msg::copy
 

Definition at line 85 of file api_msg.h.

void* api_msg_msg::dataptr
 

Definition at line 83 of file api_msg.h.

struct ip_addr* api_msg_msg::ipaddr
 

Definition at line 79 of file api_msg.h.

u16_t api_msg_msg::len
 

Definition at line 88 of file api_msg.h.

sys_mbox_t api_msg_msg::mbox
 

Definition at line 87 of file api_msg.h.

union { ... } api_msg_msg::msg
 

Referenced by do_bind(), do_connect(), do_recv(), do_send(), and do_write().

struct pbuf* api_msg_msg::p
 

Definition at line 77 of file api_msg.h.

u16_t api_msg_msg::port
 

Definition at line 80 of file api_msg.h.

struct { ... } api_msg_msg::w
 


The documentation for this struct was generated from the following file:
Generated on Wed Jan 14 12:59:16 2004 for RTL-lwIP-0.4 by doxygen 1.3.4