ESPHome 2025.8.0b1
Loading...
Searching...
No Matches
esphome::api::BluetoothDeviceClearCacheResponse Class Reference

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothDeviceClearCacheResponse:
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
 
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

uint64_t address {0}
 
bool success {false}
 
int32_t error {0}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 88
 
static constexpr uint8_t ESTIMATED_SIZE = 10
 

Detailed Description

Definition at line 2196 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2148 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1697 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2143 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2201 of file api_pb2.h.

Field Documentation

◆ address

uint64_t esphome::api::BluetoothDeviceClearCacheResponse::address {0}

Definition at line 2203 of file api_pb2.h.

◆ error

int32_t esphome::api::BluetoothDeviceClearCacheResponse::error {0}

Definition at line 2205 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::BluetoothDeviceClearCacheResponse::ESTIMATED_SIZE = 10
staticconstexpr

Definition at line 2199 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::BluetoothDeviceClearCacheResponse::MESSAGE_TYPE = 88
staticconstexpr

Definition at line 2198 of file api_pb2.h.

◆ success

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

Definition at line 2204 of file api_pb2.h.


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