MeterLogger
Data Fields
_esp_udp Struct Reference

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

Collaboration diagram for _esp_udp:

Data Fields

int remote_port
 
int local_port
 
uint8 local_ip [4]
 
uint8 remote_ip [4]
 

Detailed Description

Definition at line 81 of file espconn.h.

Field Documentation

◆ local_ip

uint8 _esp_udp::local_ip

Definition at line 84 of file espconn.h.

Referenced by espconn_copy_partial(), and espconn_udp_recv().

◆ local_port

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().

◆ remote_ip

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().

◆ remote_port

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().


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