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

#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
 
const char * dump_to (DumpBuffer &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
virtual ~ProtoMessage ()=default
 

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 2206 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 2384 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1953 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2379 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2211 of file api_pb2.h.

Field Documentation

◆ address

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

Definition at line 2213 of file api_pb2.h.

◆ error

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

Definition at line 2215 of file api_pb2.h.

◆ ESTIMATED_SIZE

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

Definition at line 2209 of file api_pb2.h.

◆ MESSAGE_TYPE

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

Definition at line 2208 of file api_pb2.h.

◆ success

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

Definition at line 2214 of file api_pb2.h.


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