ESPHome 2026.2.1
Loading...
Searching...
No Matches
esphome::api::ListEntitiesTextResponse Class Referencefinal

#include <api_pb2.h>

Inheritance diagram for esphome::api::ListEntitiesTextResponse:
esphome::api::InfoResponseProtoMessage 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::InfoResponseProtoMessage
 ~InfoResponseProtoMessage () override=default
 
- Public Member Functions inherited from esphome::api::ProtoMessage
virtual ~ProtoMessage ()=default
 

Data Fields

uint32_t min_length {0}
 
uint32_t max_length {0}
 
StringRef pattern {}
 
enums::TextMode mode {}
 
- Data Fields inherited from esphome::api::InfoResponseProtoMessage
StringRef object_id {}
 
uint32_t key {0}
 
StringRef name {}
 
bool disabled_by_default {false}
 
StringRef icon {}
 
enums::EntityCategory entity_category {}
 
uint32_t device_id {0}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 97
 
static constexpr uint8_t ESTIMATED_SIZE = 59
 

Detailed Description

Definition at line 2562 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2790 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 2141 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2773 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2567 of file api_pb2.h.

Field Documentation

◆ ESTIMATED_SIZE

uint8_t esphome::api::ListEntitiesTextResponse::ESTIMATED_SIZE = 59
staticconstexpr

Definition at line 2565 of file api_pb2.h.

◆ max_length

uint32_t esphome::api::ListEntitiesTextResponse::max_length {0}

Definition at line 2570 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::ListEntitiesTextResponse::MESSAGE_TYPE = 97
staticconstexpr

Definition at line 2564 of file api_pb2.h.

◆ min_length

uint32_t esphome::api::ListEntitiesTextResponse::min_length {0}

Definition at line 2569 of file api_pb2.h.

◆ mode

enums::TextMode esphome::api::ListEntitiesTextResponse::mode {}

Definition at line 2572 of file api_pb2.h.

◆ pattern

StringRef esphome::api::ListEntitiesTextResponse::pattern {}

Definition at line 2571 of file api_pb2.h.


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