#include <wire.hpp>
◆ ProtoWriter()
| esphome::api::ProtoWriter::ProtoWriter |
( |
std::string & |
out | ) |
|
|
inlineexplicit |
◆ fixed32()
| void esphome::api::ProtoWriter::fixed32 |
( |
const std::uint32_t |
v | ) |
const |
|
inline |
◆ fixed64()
| void esphome::api::ProtoWriter::fixed64 |
( |
const std::uint64_t |
v | ) |
const |
|
inline |
◆ length_delimited()
| void esphome::api::ProtoWriter::length_delimited |
( |
const std::string & |
s | ) |
const |
|
inline |
◆ raw_byte()
| void esphome::api::ProtoWriter::raw_byte |
( |
const std::uint8_t |
b | ) |
const |
|
inline |
◆ raw_bytes()
| void esphome::api::ProtoWriter::raw_bytes |
( |
const void * |
data, |
|
|
const std::size_t |
n |
|
) |
| const |
|
inline |
◆ tag()
| void esphome::api::ProtoWriter::tag |
( |
const std::uint32_t |
field_number, |
|
|
WireType |
wt |
|
) |
| const |
|
inline |
◆ varint()
| void esphome::api::ProtoWriter::varint |
( |
std::uint64_t |
v | ) |
const |
|
inline |
The documentation for this class was generated from the following file: