#include <C:/softpack/canopus1.3/softpack/samv7/libraries/liblwip/source/lwip_1.3.2/src/include/lwip/api.h>
Detailed Description
A netconn descriptor
Definition at line 109 of file api.h.
Field Documentation
mbox where new connections are stored until processed by the application thread
Definition at line 130 of file api.h.
A callback function that is informed about events for this netconn
Definition at line 158 of file api.h.
the last error this netconn had
Definition at line 122 of file api.h.
sem that is used to synchroneously execute functions in the core context
Definition at line 124 of file api.h.
the lwIP internal protocol control block
mbox where received packets are stored until they are fetched by the netconn application thread (can grow quite big)
Definition at line 127 of file api.h.
only used for socket layer
Definition at line 132 of file api.h.
current state of the netconn
Definition at line 113 of file api.h.
type of the netconn (TCP, UDP or RAW)
Definition at line 111 of file api.h.
TCP: when data passed to netconn_write doesn't fit into the send buffer, this temporarily stores the message.
Definition at line 146 of file api.h.
TCP: when data passed to netconn_write doesn't fit into the send buffer, this temporarily stores how much is already sent.
Definition at line 149 of file api.h.
The documentation for this struct was generated from the following file:
- libraries/liblwip/source/lwip_1.3.2/src/include/lwip/api.h