|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
Transport abstraction (asio-free) the connection drives. More...
#include <esphome/api/bytes.hpp>#include <cstdint>#include <functional>#include <string>#include <system_error>

Go to the source code of this file.
Classes | |
| class | esphome::api::Transport |
| Byte-stream transport: async connect, a continuous read pump and a serialized write queue. More... | |
Namespaces | |
| namespace | esphome |
| namespace | esphome::api |
Transport abstraction (asio-free) the connection drives.
The Asio TCP implementation lives in the library; tests inject a mock.