|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
TCP listener over the netconn API. More...
#include "sdkconfig.h"#include <idfxx/net/endpoint>#include <idfxx/net/error>#include <idfxx/net/netconn/detail/base_channel.hpp>#include <idfxx/net/netconn/stream_channel>Go to the source code of this file.
Classes | |
| class | idfxx::net::netconn::listener |
| A TCP listening netconn. More... | |
| struct | idfxx::net::netconn::listener::accepted_channel |
Result of accept_with_peer / try_accept_with_peer — a newly accepted channel together with the peer's endpoint. More... | |
Namespaces | |
| namespace | idfxx |
| namespace | idfxx::net |
| namespace | idfxx::net::netconn |
TCP listener over the netconn API.
Definition in file listener.hpp.