ESPHome 2026.3.0-dev
Loading...
Searching...
No Matches
esphome::api::NoiseEncryptionSetKeyResponse Class Referencefinal

#include <api_pb2.h>

Inheritance diagram for esphome::api::NoiseEncryptionSetKeyResponse:
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
uint32_t calculated_size () const
 

Data Fields

bool success {false}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 125
 
static constexpr uint8_t ESTIMATED_SIZE = 2
 

Additional Inherited Members

- Protected Member Functions inherited from esphome::api::ProtoMessage
 ~ProtoMessage ()=default
 

Detailed Description

Definition at line 991 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 843 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1195 of file api_pb2_dump.cpp.

◆ encode()

void esphome::api::NoiseEncryptionSetKeyResponse::encode ( ProtoWriteBuffer & buffer) const
overridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 842 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 996 of file api_pb2.h.

Field Documentation

◆ ESTIMATED_SIZE

uint8_t esphome::api::NoiseEncryptionSetKeyResponse::ESTIMATED_SIZE = 2
staticconstexpr

Definition at line 994 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::NoiseEncryptionSetKeyResponse::MESSAGE_TYPE = 125
staticconstexpr

Definition at line 993 of file api_pb2.h.

◆ success

bool esphome::api::NoiseEncryptionSetKeyResponse::success {false}

Definition at line 998 of file api_pb2.h.


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