MeterLogger
|
#include <esp-open-lwip/include/lwip/app/espconn.h>
Data Fields | |
uint8 * | payload |
uint8 * | punsent |
uint16 | unsent |
uint16 | len |
uint16 | tot_len |
struct _espconn_buf * | pnext |
uint16 _espconn_buf::len |
Definition at line 144 of file espconn.h.
Referenced by espconn_sent(), and espconn_tcp_finish().
uint8* _espconn_buf::payload |
Definition at line 141 of file espconn.h.
Referenced by espconn_sent().
struct _espconn_buf* _espconn_buf::pnext |
Definition at line 146 of file espconn.h.
Referenced by espconn_pbuf_create(), espconn_pbuf_delete(), espconn_tcp_disconnect_successful(), espconn_tcp_get_buf_count(), espconn_tcp_reconnect(), and espconn_tcp_write().
uint8* _espconn_buf::punsent |
Definition at line 142 of file espconn.h.
Referenced by espconn_sent(), espconn_tcp_sent(), and espconn_tcp_write().
uint16 _espconn_buf::tot_len |
Definition at line 145 of file espconn.h.
Referenced by espconn_client_sent(), espconn_server_sent(), and espconn_tcp_finish().
uint16 _espconn_buf::unsent |
Definition at line 143 of file espconn.h.
Referenced by espconn_sent(), espconn_tcp_sent(), and espconn_tcp_write().