Struct ip_event_got_ip6_t
ClassList > ip_event_got_ip6_t
#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
Pointer to corresponding esp-netif object
variable if_index
Interface index for which the event is received (left for legacy compilation)
variable ip6_info
IPv6 address of the interface
variable ip_index
IPv6 address index
The documentation for this class was generated from the following file cores/common/arduino/libraries/api/WiFi/WiFiEvents.h