ESPHome 2025.5.0
Loading...
Searching...
No Matches
bsd_sockets_impl.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::socket
 

Functions

std::string esphome::socket::format_sockaddr (const struct sockaddr_storage &storage)
 
std::unique_ptr< Socketesphome::socket::socket (int domain, int type, int protocol)
 Create a socket of the given domain, type and protocol.