ESPHome  2024.3.1
Public Member Functions | Data Fields | Protected Member Functions
esphome::api::BluetoothGATTWriteRequest Class Reference

#include <api_pb2.h>

Inheritance diagram for esphome::api::BluetoothGATTWriteRequest:
esphome::api::ProtoMessage

Public Member Functions

void encode (ProtoWriteBuffer buffer) const override
 
void dump_to (std::string &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
virtual ~ProtoMessage ()=default
 
void decode (const uint8_t *buffer, size_t length)
 
std::string dump () const
 

Data Fields

uint64_t address {0}
 
uint32_t handle {0}
 
bool response {false}
 
std::string data {}
 

Protected Member Functions

bool decode_length (uint32_t field_id, ProtoLengthDelimited value) override
 
bool decode_varint (uint32_t field_id, ProtoVarInt value) override
 
- Protected Member Functions inherited from esphome::api::ProtoMessage
virtual bool decode_32bit (uint32_t field_id, Proto32Bit value)
 
virtual bool decode_64bit (uint32_t field_id, Proto64Bit value)
 

Detailed Description

Definition at line 1500 of file api_pb2.h.

Member Function Documentation

◆ decode_length()

bool esphome::api::BluetoothGATTWriteRequest::decode_length ( uint32_t  field_id,
ProtoLengthDelimited  value 
)
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 6009 of file api_pb2.cpp.

◆ decode_varint()

bool esphome::api::BluetoothGATTWriteRequest::decode_varint ( uint32_t  field_id,
ProtoVarInt  value 
)
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 5991 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 6026 of file api_pb2.cpp.

◆ encode()

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

Implements esphome::api::ProtoMessage.

Definition at line 6019 of file api_pb2.cpp.

Field Documentation

◆ address

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

Definition at line 1502 of file api_pb2.h.

◆ data

std::string esphome::api::BluetoothGATTWriteRequest::data {}

Definition at line 1505 of file api_pb2.h.

◆ handle

uint32_t esphome::api::BluetoothGATTWriteRequest::handle {0}

Definition at line 1503 of file api_pb2.h.

◆ response

bool esphome::api::BluetoothGATTWriteRequest::response {false}

Definition at line 1504 of file api_pb2.h.


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