ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
esphome::api::BluetoothDeviceUnpairingResponse Class Reference

#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
 
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 = 86
 
static constexpr uint8_t ESTIMATED_SIZE = 10
 

Detailed Description

Definition at line 2165 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 2138 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1688 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2133 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2170 of file api_pb2.h.

Field Documentation

◆ address

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

Definition at line 2172 of file api_pb2.h.

◆ error

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

Definition at line 2174 of file api_pb2.h.

◆ ESTIMATED_SIZE

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

Definition at line 2168 of file api_pb2.h.

◆ MESSAGE_TYPE

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

Definition at line 2167 of file api_pb2.h.

◆ success

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

Definition at line 2173 of file api_pb2.h.


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