idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::netif::ip6_event_data Struct Reference

Information about an acquired IPv6 address. More...

Public Attributes

net::ip6_addr ip
 
int index
 

Detailed Description

Information about an acquired IPv6 address.

Dispatched with the got_ip6 event.

Definition at line 270 of file netif.hpp.

Member Data Documentation

◆ index

int idfxx::netif::ip6_event_data::index

IPv6 address index on the interface.

Definition at line 272 of file netif.hpp.

◆ ip

net::ip6_addr idfxx::netif::ip6_event_data::ip

IPv6 address.

Definition at line 271 of file netif.hpp.


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