ESPHome 2025.10.0-dev
Loading...
Searching...
No Matches
esphome::api::BluetoothScannerStateResponse Class Referencefinal

#include <api_pb2.h>

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

enums::BluetoothScannerState state {}
 
enums::BluetoothScannerMode mode {}
 
enums::BluetoothScannerMode configured_mode {}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 126
 
static constexpr uint8_t ESTIMATED_SIZE = 6
 

Detailed Description

Definition at line 2234 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2195 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1741 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2190 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 2239 of file api_pb2.h.

Field Documentation

◆ configured_mode

enums::BluetoothScannerMode esphome::api::BluetoothScannerStateResponse::configured_mode {}

Definition at line 2243 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::BluetoothScannerStateResponse::ESTIMATED_SIZE = 6
staticconstexpr

Definition at line 2237 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::BluetoothScannerStateResponse::MESSAGE_TYPE = 126
staticconstexpr

Definition at line 2236 of file api_pb2.h.

◆ mode

enums::BluetoothScannerMode esphome::api::BluetoothScannerStateResponse::mode {}

Definition at line 2242 of file api_pb2.h.

◆ state

enums::BluetoothScannerState esphome::api::BluetoothScannerStateResponse::state {}

Definition at line 2241 of file api_pb2.h.


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