|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
IPv4/IPv6 transport endpoint value type. More...
#include <idfxx/net>#include <cstddef>#include <cstdint>#include <optional>#include <span>#include <string>#include <string_view>#include <utility>#include <variant>#include "sdkconfig.h"Go to the source code of this file.
Classes | |
| class | idfxx::net::endpoint |
| Address/port pair identifying a transport endpoint. More... | |
| struct | idfxx::net::datagram |
| A datagram received together with the sender's endpoint. More... | |
Namespaces | |
| namespace | idfxx |
| namespace | idfxx::net |
Typedefs | |
| using | idfxx::net::port_number = uint16_t |
| Port number type for transport endpoints. | |
Functions | |
| std::string | idfxx::to_string (const net::endpoint &ep) |
| Returns the canonical string representation of an endpoint. | |
IPv4/IPv6 transport endpoint value type.
Definition in file endpoint.hpp.