ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::api::ListEntitiesServicesArgument Class Reference

#include <api_pb2.h>

Inheritance diagram for esphome::api::ListEntitiesServicesArgument:
esphome::api::ProtoMessage

Public Member Functions

void encode (ProtoWriteBuffer buffer) const override
 
void calculate_size (uint32_t &total_size) const override
 
void dump_to (std::string &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
virtual ~ProtoMessage ()=default
 
void decode (const uint8_t *buffer, size_t length)
 
std::string dump () const
 

Data Fields

std::string name {}
 
enums::ServiceArgType type {}
 

Protected Member Functions

bool decode_length (uint32_t field_id, ProtoLengthDelimited value) override
 
bool decode_varint (uint32_t field_id, ProtoVarInt value) override
 
- Protected Member Functions inherited from esphome::api::ProtoMessage
virtual bool decode_32bit (uint32_t field_id, Proto32Bit value)
 
virtual bool decode_64bit (uint32_t field_id, Proto64Bit value)
 

Detailed Description

Definition at line 966 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

void esphome::api::ListEntitiesServicesArgument::calculate_size ( uint32_t & total_size) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 3655 of file api_pb2.cpp.

◆ decode_length()

bool esphome::api::ListEntitiesServicesArgument::decode_length ( uint32_t field_id,
ProtoLengthDelimited value )
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 3641 of file api_pb2.cpp.

◆ decode_varint()

bool esphome::api::ListEntitiesServicesArgument::decode_varint ( uint32_t field_id,
ProtoVarInt value )
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 3631 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 3660 of file api_pb2.cpp.

◆ encode()

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

Implements esphome::api::ProtoMessage.

Definition at line 3651 of file api_pb2.cpp.

Field Documentation

◆ name

std::string esphome::api::ListEntitiesServicesArgument::name {}

Definition at line 968 of file api_pb2.h.

◆ type

enums::ServiceArgType esphome::api::ListEntitiesServicesArgument::type {}

Definition at line 969 of file api_pb2.h.


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