MeterLogger
Data Fields
_espconn_buf Struct Reference

#include <esp-open-lwip/include/lwip/app/espconn.h>

Collaboration diagram for _espconn_buf:

Data Fields

uint8payload
 
uint8punsent
 
uint16 unsent
 
uint16 len
 
uint16 tot_len
 
struct _espconn_bufpnext
 

Detailed Description

Definition at line 140 of file espconn.h.

Field Documentation

◆ len

uint16 _espconn_buf::len

Definition at line 144 of file espconn.h.

Referenced by espconn_sent(), and espconn_tcp_finish().

◆ payload

uint8* _espconn_buf::payload

Definition at line 141 of file espconn.h.

Referenced by espconn_sent().

◆ pnext

struct _espconn_buf* _espconn_buf::pnext

◆ punsent

uint8* _espconn_buf::punsent

Definition at line 142 of file espconn.h.

Referenced by espconn_sent(), espconn_tcp_sent(), and espconn_tcp_write().

◆ tot_len

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().

◆ unsent

uint16 _espconn_buf::unsent

Definition at line 143 of file espconn.h.

Referenced by espconn_sent(), espconn_tcp_sent(), and espconn_tcp_write().


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