ESPHome 2026.1.2
Loading...
Searching...
No Matches
esphome::api::HomeassistantServiceMap Class Referencefinal

#include <api_pb2.h>

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

Public Member Functions

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

Data Fields

StringRef key {}
 
StringRef value {}
 

Detailed Description

Definition at line 1053 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 850 of file api_pb2.cpp.

◆ dump_to()

const char * esphome::api::HomeassistantServiceMap::dump_to ( DumpBuffer & out) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 1213 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 846 of file api_pb2.cpp.

Field Documentation

◆ key

StringRef esphome::api::HomeassistantServiceMap::key {}

Definition at line 1055 of file api_pb2.h.

◆ value

StringRef esphome::api::HomeassistantServiceMap::value {}

Definition at line 1056 of file api_pb2.h.


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