MeterLogger
Data Fields
_comon_pkt Struct Reference

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

Collaboration diagram for _comon_pkt:

Data Fields

void * pcb
 
int remote_port
 
uint8 remote_ip [4]
 
uint32 local_port
 
uint32 local_ip
 
espconn_bufpbuf
 
espconn_bufptail
 
uint8ptrbuf
 
uint16 cntr
 
sint8 err
 
uint32 timeout
 
uint32 recv_check
 
uint8 pbuf_num
 
struct espconn_packet packet_info
 
bool write_flag
 
enum espconn_option espconn_opt
 

Detailed Description

Definition at line 149 of file espconn.h.

Field Documentation

◆ cntr

uint16 _comon_pkt::cntr

Definition at line 158 of file espconn.h.

Referenced by espconn_data_sent(), espconn_udp_sendto(), and espconn_udp_sent().

◆ err

sint8 _comon_pkt::err

◆ espconn_opt

enum espconn_option _comon_pkt::espconn_opt

Definition at line 165 of file espconn.h.

Referenced by espconn_clear_opt(), and espconn_set_opt().

◆ local_ip

uint32 _comon_pkt::local_ip

Definition at line 154 of file espconn.h.

Referenced by espconn_client_connect(), and espconn_find_current_pcb().

◆ local_port

uint32 _comon_pkt::local_port

Definition at line 153 of file espconn.h.

Referenced by espconn_client_connect(), and espconn_find_current_pcb().

◆ packet_info

struct espconn_packet _comon_pkt::packet_info

◆ pbuf

espconn_buf* _comon_pkt::pbuf

◆ pbuf_num

uint8 _comon_pkt::pbuf_num

Definition at line 162 of file espconn.h.

Referenced by espconn_sent(), and espconn_tcp_set_buf_count().

◆ pcb

void* _comon_pkt::pcb

◆ ptail

espconn_buf* _comon_pkt::ptail

Definition at line 156 of file espconn.h.

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

◆ ptrbuf

uint8* _comon_pkt::ptrbuf

Definition at line 157 of file espconn.h.

Referenced by espconn_data_sent(), espconn_udp_sendto(), and espconn_udp_sent().

◆ recv_check

uint32 _comon_pkt::recv_check

Definition at line 161 of file espconn.h.

Referenced by espconn_server_poll(), espconn_server_recv(), and espconn_server_sent().

◆ remote_ip

uint8 _comon_pkt::remote_ip[4]

◆ remote_port

int _comon_pkt::remote_port

◆ timeout

uint32 _comon_pkt::timeout

Definition at line 160 of file espconn.h.

Referenced by espconn_regist_time(), espconn_server_poll(), and espconn_tcp_server().

◆ write_flag

bool _comon_pkt::write_flag

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