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

Information about an acquired IPv4 address. More...

Public Attributes

net::ip4_info ip4
 
bool changed
 

Detailed Description

Information about an acquired IPv4 address.

Dispatched with the sta_got_ip4, eth_got_ip4, and ppp_got_ip4 events.

Definition at line 255 of file netif.hpp.

Member Data Documentation

◆ changed

bool idfxx::netif::ip4_event_data::changed

Whether the IP address changed from the previous value.

Definition at line 257 of file netif.hpp.

◆ ip4

net::ip4_info idfxx::netif::ip4_event_data::ip4

IPv4 address, netmask, and gateway.

Definition at line 256 of file netif.hpp.


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