esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::BleGattReadResult Struct Reference

Result of a one-shot GATT read: either data (ok) or error (!ok). More...

#include <bluetooth_proxy.hpp>

Collaboration diagram for esphome::api::BleGattReadResult:
Collaboration graph
[legend]

Public Attributes

std::uint64_t address = 0
 
std::uint32_t handle = 0
 
bool ok = false
 
std::string data
 
std::int32_t error = 0
 

Detailed Description

Result of a one-shot GATT read: either data (ok) or error (!ok).

Member Data Documentation

◆ address

std::uint64_t esphome::api::BleGattReadResult::address = 0

◆ data

std::string esphome::api::BleGattReadResult::data

◆ error

std::int32_t esphome::api::BleGattReadResult::error = 0

◆ handle

std::uint32_t esphome::api::BleGattReadResult::handle = 0

◆ ok

bool esphome::api::BleGattReadResult::ok = false

The documentation for this struct was generated from the following file: