ESPHome 2026.3.3
Loading...
Searching...
No Matches
esphome::api::BluetoothDeviceUnpairingResponse Class Referencefinal

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothDeviceUnpairingResponse:
esphome::api::ProtoMessage

Public Member Functions

const char * message_name () const override
 
void encode (ProtoWriteBuffer &buffer) const
 
uint32_t calculate_size () const
 
const char * dump_to (DumpBuffer &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
void encode (ProtoWriteBuffer &buffer) const
 
uint32_t calculate_size () const
 

Data Fields

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

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 86
 
static constexpr uint8_t ESTIMATED_SIZE = 10
 

Additional Inherited Members

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

Detailed Description

Definition at line 2265 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

uint32_t esphome::api::BluetoothDeviceUnpairingResponse::calculate_size ( ) const

Definition at line 2604 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 2056 of file api_pb2_dump.cpp.

◆ encode()

void esphome::api::BluetoothDeviceUnpairingResponse::encode ( ProtoWriteBuffer & buffer) const

Definition at line 2599 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2270 of file api_pb2.h.

Field Documentation

◆ address

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

Definition at line 2272 of file api_pb2.h.

◆ error

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

Definition at line 2274 of file api_pb2.h.

◆ ESTIMATED_SIZE

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

Definition at line 2268 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::BluetoothDeviceUnpairingResponse::MESSAGE_TYPE = 86
staticconstexpr

Definition at line 2267 of file api_pb2.h.

◆ success

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

Definition at line 2273 of file api_pb2.h.


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