ESPHome  2024.3.1
Namespaces | Functions
api_frame_helper.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::api
 

Functions

bool esphome::api::is_would_block (ssize_t ret)
 Is the given return value (from write syscalls) a wouldblock error? More...
 
const char * esphome::api::api_error_to_str (APIError err)
 
std::string esphome::api::noise_err_to_str (int err)
 Convert a noise error code to a readable error. More...
 
void esphome::api::noise_rand_bytes (void *output, size_t len)