ESPHome 2026.1.0-dev
Loading...
Searching...
No Matches
esphome::api::ListEntitiesServicesResponse Class Referencefinal

#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}
 
FixedVector< ListEntitiesServicesArgumentargs {}
 
enums::SupportsResponseType supports_response {}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 41
 
static constexpr uint8_t ESTIMATED_SIZE = 50
 

Detailed Description

Definition at line 1288 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 1033 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 1253 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1025 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1293 of file api_pb2.h.

◆ set_name()

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

Definition at line 1296 of file api_pb2.h.

Field Documentation

◆ args

FixedVector<ListEntitiesServicesArgument> esphome::api::ListEntitiesServicesResponse::args {}

Definition at line 1298 of file api_pb2.h.

◆ ESTIMATED_SIZE

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

Definition at line 1291 of file api_pb2.h.

◆ key

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

Definition at line 1297 of file api_pb2.h.

◆ MESSAGE_TYPE

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

Definition at line 1290 of file api_pb2.h.

◆ name_ref_

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

Definition at line 1295 of file api_pb2.h.

◆ supports_response

enums::SupportsResponseType esphome::api::ListEntitiesServicesResponse::supports_response {}

Definition at line 1299 of file api_pb2.h.


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