ESPHome 2026.3.0-dev
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 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

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 2224 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2428 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 1987 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2423 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2229 of file api_pb2.h.

Field Documentation

◆ address

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

Definition at line 2231 of file api_pb2.h.

◆ error

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

Definition at line 2233 of file api_pb2.h.

◆ ESTIMATED_SIZE

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

Definition at line 2227 of file api_pb2.h.

◆ MESSAGE_TYPE

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

Definition at line 2226 of file api_pb2.h.

◆ success

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

Definition at line 2232 of file api_pb2.h.


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