esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Classes | Namespaces
transport.hpp File Reference

Transport abstraction (asio-free) the connection drives. More...

#include <esphome/api/bytes.hpp>
#include <cstdint>
#include <functional>
#include <string>
#include <system_error>
Include dependency graph for transport.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Transport abstraction (asio-free) the connection drives.

The Asio TCP implementation lives in the library; tests inject a mock.