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

DNS server information. More...

Public Attributes

net::ip4_addr ip
 

Detailed Description

DNS server information.

Contains an IPv4 address for a DNS server. Used with get_dns() and set_dns().

Definition at line 327 of file netif.hpp.

Member Data Documentation

◆ ip

net::ip4_addr idfxx::netif::dns_info::ip

IPv4 address of the DNS server.

Definition at line 328 of file netif.hpp.


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