MeterLogger
Data Fields
espconn_packet Struct Reference

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

Collaboration diagram for espconn_packet:

Data Fields

uint16 sent_length
 
uint16 snd_buf_size
 
uint16 snd_queuelen
 
uint16 total_queuelen
 
uint32 packseqno
 
uint32 packseq_nxt
 
uint32 packnum
 

Detailed Description

Definition at line 130 of file espconn.h.

Field Documentation

◆ packnum

uint32 espconn_packet::packnum

Definition at line 137 of file espconn.h.

◆ packseq_nxt

uint32 espconn_packet::packseq_nxt

Definition at line 136 of file espconn.h.

Referenced by espconn_get_packet_info().

◆ packseqno

uint32 espconn_packet::packseqno

Definition at line 135 of file espconn.h.

Referenced by espconn_get_packet_info().

◆ sent_length

uint16 espconn_packet::sent_length

Definition at line 131 of file espconn.h.

Referenced by espconn_client_sent(), espconn_server_sent(), and espconn_tcp_finish().

◆ snd_buf_size

uint16 espconn_packet::snd_buf_size

Definition at line 132 of file espconn.h.

Referenced by espconn_get_packet_info().

◆ snd_queuelen

uint16 espconn_packet::snd_queuelen

Definition at line 133 of file espconn.h.

Referenced by espconn_get_packet_info().

◆ total_queuelen

uint16 espconn_packet::total_queuelen

Definition at line 134 of file espconn.h.

Referenced by espconn_get_packet_info().


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