Nol.A SDK Library
24.11.0
For IoT System Software Development
|
A model of remote BLE descriptor. More...
#include <BLERemoteDescriptor.hpp>
Public Member Functions | |
uint16_t | getHandle () |
BLERemoteCharacteristic * | getRemoteCharacteristic () |
BLEUUID | getUUID () |
std::string | readValue (void) |
uint8_t | readUInt8 (void) |
uint16_t | readUInt16 (void) |
uint32_t | readUInt32 (void) |
std::string | toString (void) |
void | writeValue (uint8_t *data, size_t length, bool response=false) |
void | writeValue (std::string newValue, bool response=false) |
void | writeValue (uint8_t newValue, bool response=false) |
A model of remote BLE descriptor.