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

#include <api_pb2.h>

Inheritance diagram for esphome::api::ListEntitiesServicesResponse:
esphome::api::ProtoMessage

Public Member Functions

const char * message_name () const override
 
void set_name (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
 

Data Fields

StringRef name_ref_ {}
 
uint32_t key {0}
 
std::vector< ListEntitiesServicesArgumentargs {}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 41
 
static constexpr uint8_t ESTIMATED_SIZE = 48
 

Detailed Description

Definition at line 1205 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 932 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1120 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 925 of file api_pb2.cpp.

◆ message_name()

const char * esphome::api::ListEntitiesServicesResponse::message_name ( ) const
inlineoverridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1210 of file api_pb2.h.

◆ set_name()

void esphome::api::ListEntitiesServicesResponse::set_name ( const StringRef & ref)
inline

Definition at line 1213 of file api_pb2.h.

Field Documentation

◆ args

std::vector<ListEntitiesServicesArgument> esphome::api::ListEntitiesServicesResponse::args {}

Definition at line 1215 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::ListEntitiesServicesResponse::ESTIMATED_SIZE = 48
staticconstexpr

Definition at line 1208 of file api_pb2.h.

◆ key

uint32_t esphome::api::ListEntitiesServicesResponse::key {0}

Definition at line 1214 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::ListEntitiesServicesResponse::MESSAGE_TYPE = 41
staticconstexpr

Definition at line 1207 of file api_pb2.h.

◆ name_ref_

StringRef esphome::api::ListEntitiesServicesResponse::name_ref_ {}

Definition at line 1212 of file api_pb2.h.


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