ESPHome 2026.3.0
Loading...
Searching...
No Matches
serial_proxy.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::serial_proxy::SerialProxy
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::api
 
namespace  esphome::api::enums
 
namespace  esphome::serial_proxy
 

Enumerations

enum  esphome::serial_proxy::SerialProxyLineStateFlag : uint32_t { esphome::serial_proxy::SERIAL_PROXY_LINE_STATE_FLAG_RTS = 1 << 0 , esphome::serial_proxy::SERIAL_PROXY_LINE_STATE_FLAG_DTR = 1 << 1 }
 Bit flags for the line_states field exchanged with API clients. More...
 

Variables

constexpr size_t esphome::serial_proxy::SERIAL_PROXY_MAX_READ_SIZE = 256
 Maximum bytes to read from UART in a single loop iteration.