ESPHome  2024.3.1
Data Structures | Namespaces | Functions
proto.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::api::ProtoVarInt
 Representation of a VarInt - in ProtoBuf should be 64bit but we only use 32bit. More...
 
class  esphome::api::ProtoLengthDelimited
 
class  esphome::api::Proto32Bit
 
class  esphome::api::Proto64Bit
 
class  esphome::api::ProtoWriteBuffer
 
class  esphome::api::ProtoMessage
 
class  esphome::api::ProtoService
 

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

template<typename T >
const char * esphome::api::proto_enum_to_string (T value)