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