|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
IPv4 network interface information. More...
Public Member Functions | |
| constexpr bool | operator== (const ip4_info &) const noexcept=default |
| Compares two ip4_info structs for equality. | |
Public Attributes | |
| ip4_addr | ip |
| ip4_addr | netmask |
| ip4_addr | gateway |
IPv4 network interface information.
Contains the IPv4 address, netmask, and gateway for an interface.
Compares two ip4_info structs for equality.
| ip4_addr idfxx::net::ip4_info::gateway |
| ip4_addr idfxx::net::ip4_info::ip |
Interface IPv4 address.
Definition at line 198 of file net.hpp.
Referenced by idfxx::netif::detail::ip4_from_native().
| ip4_addr idfxx::net::ip4_info::netmask |