ESPHome  2024.4.0
Namespaces | Functions
bsd_sockets_impl.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::socket
 

Functions

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