MeterLogger
|
#include <esp-open-lwip/include/lwip/app/espconn.h>
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().
espconn_connect_callback _esp_tcp::disconnect_callback |
Definition at line 77 of file espconn.h.
Referenced by espconn_copy_partial(), espconn_regist_disconcb(), and espconn_tcp_disconnect_successful().
uint8 _esp_tcp::local_ip |
Definition at line 73 of file espconn.h.
Referenced by espconn_copy_partial(), espconn_tcp_disconnect_successful(), and espconn_tcp_reconnect().
int _esp_tcp::local_port |
Definition at line 72 of file espconn.h.
Referenced by espconn_accept(), espconn_connect(), espconn_copy_partial(), espconn_tcp_disconnect_successful(), espconn_tcp_reconnect(), espconn_tcp_server(), httpdInit(), and MQTT_Connect().
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().
uint8 _esp_tcp::remote_ip |
Definition at line 74 of file espconn.h.
Referenced by espconn_connect(), espconn_copy_partial(), espconn_find_connection(), espconn_tcp_accept(), espconn_tcp_client(), espconn_tcp_disconnect_successful(), espconn_tcp_reconnect(), MQTT_Connect(), and mqtt_dns_found().
int _esp_tcp::remote_port |
Definition at line 71 of file espconn.h.
Referenced by espconn_copy_partial(), espconn_find_connection(), espconn_tcp_accept(), espconn_tcp_disconnect_successful(), espconn_tcp_reconnect(), and MQTT_Connect().
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().