Skip to content

Struct ip_event_got_ip6_t

ClassList > ip_event_got_ip6_t

More...

  • #include <WiFiEvents.h>

Public Attributes

Type Name
void * esp_netif
int if_index
esp_netif_ip6_info_t ip6_info
int ip_index

Detailed Description

Event structure for IP_EVENT_GOT_IP6 event

Public Attributes Documentation

variable esp_netif

void* ip_event_got_ip6_t::esp_netif;

Pointer to corresponding esp-netif object

variable if_index

int ip_event_got_ip6_t::if_index;

Interface index for which the event is received (left for legacy compilation)

variable ip6_info

esp_netif_ip6_info_t ip_event_got_ip6_t::ip6_info;

IPv6 address of the interface

variable ip_index

int ip_event_got_ip6_t::ip_index;

IPv6 address index


The documentation for this class was generated from the following file cores/common/arduino/libraries/api/WiFi/WiFiEvents.h