ESPHome 2026.2.1
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 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
 

Data Fields

StringRef name {}
 
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 1149 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 995 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1268 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 987 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1154 of file api_pb2.h.

Field Documentation

◆ args

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

Definition at line 1158 of file api_pb2.h.

◆ ESTIMATED_SIZE

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

Definition at line 1152 of file api_pb2.h.

◆ key

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

Definition at line 1157 of file api_pb2.h.

◆ MESSAGE_TYPE

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

Definition at line 1151 of file api_pb2.h.

◆ name

StringRef esphome::api::ListEntitiesServicesResponse::name {}

Definition at line 1156 of file api_pb2.h.

◆ supports_response

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

Definition at line 1159 of file api_pb2.h.


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