MeterLogger
Data Fields
_esp_tcp Struct Reference

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

Collaboration diagram for _esp_tcp:

Data Fields

int remote_port
 
int local_port
 
uint8 local_ip [4]
 
uint8 remote_ip [4]
 
espconn_connect_callback connect_callback
 
espconn_reconnect_callback reconnect_callback
 
espconn_connect_callback disconnect_callback
 
espconn_connect_callback write_finish_fn
 

Detailed Description

Definition at line 70 of file espconn.h.

Field Documentation

◆ connect_callback

espconn_connect_callback _esp_tcp::connect_callback

Definition at line 75 of file espconn.h.

Referenced by espconn_copy_partial(), espconn_regist_connectcb(), and espconn_tcp_accept().

◆ disconnect_callback

espconn_connect_callback _esp_tcp::disconnect_callback

◆ local_ip

uint8 _esp_tcp::local_ip

◆ local_port

int _esp_tcp::local_port

◆ reconnect_callback

espconn_reconnect_callback _esp_tcp::reconnect_callback

Definition at line 76 of file espconn.h.

Referenced by espconn_copy_partial(), espconn_regist_reconcb(), and espconn_tcp_reconnect().

◆ remote_ip

uint8 _esp_tcp::remote_ip

◆ remote_port

int _esp_tcp::remote_port

◆ write_finish_fn

espconn_connect_callback _esp_tcp::write_finish_fn

Definition at line 78 of file espconn.h.

Referenced by espconn_regist_write_finish(), and espconn_Task().


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