MeterLogger
|
#include <esp-open-lwip/include/lwip/app/espconn.h>
Data Fields | |
int | remote_port |
int | local_port |
uint8 | local_ip [4] |
uint8 | remote_ip [4] |
uint8 _esp_udp::local_ip |
Definition at line 84 of file espconn.h.
Referenced by espconn_copy_partial(), and espconn_udp_recv().
int _esp_udp::local_port |
Definition at line 83 of file espconn.h.
Referenced by captdnsInit(), espconn_copy_partial(), espconn_create(), and espconn_udp_server().
uint8 _esp_udp::remote_ip |
Definition at line 85 of file espconn.h.
Referenced by captdnsRecv(), espconn_copy_partial(), espconn_udp_sendto(), and espconn_udp_sent().
int _esp_udp::remote_port |
Definition at line 82 of file espconn.h.
Referenced by captdnsRecv(), espconn_copy_partial(), espconn_udp_sendto(), and espconn_udp_sent().