idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::net::netconn::stream_channel Member List

This is the complete list of members for idfxx::net::netconn::stream_channel, including all inherited members.

close()idfxx::net::netconn::stream_channelinline
connect(const endpoint &peer)idfxx::net::netconn::stream_channelinline
listeneridfxx::net::netconn::stream_channelfriend
make()idfxx::net::netconn::stream_channelstatic
make(address_family fam)idfxx::net::netconn::stream_channelstatic
peer_endpoint() constidfxx::net::netconn::stream_channelinline
recv()idfxx::net::netconn::stream_channelinline
recv(std::span< std::byte > buf)idfxx::net::netconn::stream_channelinline
send(std::span< const std::byte > data, idfxx::flags< write_flag > flags={})idfxx::net::netconn::stream_channelinline
send(std::string_view data, idfxx::flags< write_flag > flags={})idfxx::net::netconn::stream_channelinline
shutdown()idfxx::net::netconn::stream_channelinline
shutdown(direction dir)idfxx::net::netconn::stream_channelinline
stream_channel()idfxx::net::netconn::stream_channel
stream_channel(address_family fam)idfxx::net::netconn::stream_channelexplicit
try_close()idfxx::net::netconn::stream_channel
try_connect(const endpoint &peer)idfxx::net::netconn::stream_channel
try_peer_endpoint() constidfxx::net::netconn::stream_channelinline
try_recv()idfxx::net::netconn::stream_channel
try_recv(std::span< std::byte > buf)idfxx::net::netconn::stream_channel
try_send(std::span< const std::byte > data, idfxx::flags< write_flag > flags={})idfxx::net::netconn::stream_channel
try_send(std::string_view data, idfxx::flags< write_flag > flags={})idfxx::net::netconn::stream_channel
try_shutdown()idfxx::net::netconn::stream_channel
try_shutdown(direction dir)idfxx::net::netconn::stream_channel