ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
esphome::api::HomeassistantServiceMap Class Reference

#include <api_pb2.h>

Inheritance diagram for esphome::api::HomeassistantServiceMap:
esphome::api::ProtoMessage

Public Member Functions

void set_key (const StringRef &ref)
 
void encode (ProtoWriteBuffer buffer) const override
 
void calculate_size (ProtoSize &size) const override
 
void dump_to (std::string &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
virtual ~ProtoMessage ()=default
 
std::string dump () const
 
virtual const char * message_name () const
 

Data Fields

StringRef key_ref_ {}
 
std::string value {}
 

Detailed Description

Definition at line 1074 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

void esphome::api::HomeassistantServiceMap::calculate_size ( ProtoSize & size) const
overridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 851 of file api_pb2.cpp.

◆ dump_to()

void esphome::api::HomeassistantServiceMap::dump_to ( std::string & out) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 1069 of file api_pb2_dump.cpp.

◆ encode()

void esphome::api::HomeassistantServiceMap::encode ( ProtoWriteBuffer buffer) const
overridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 847 of file api_pb2.cpp.

◆ set_key()

void esphome::api::HomeassistantServiceMap::set_key ( const StringRef & ref)
inline

Definition at line 1077 of file api_pb2.h.

Field Documentation

◆ key_ref_

StringRef esphome::api::HomeassistantServiceMap::key_ref_ {}

Definition at line 1076 of file api_pb2.h.

◆ value

std::string esphome::api::HomeassistantServiceMap::value {}

Definition at line 1078 of file api_pb2.h.


The documentation for this class was generated from the following files: