Nol.A SDK Library  24.11.0
For IoT System Software Development
Public Member Functions | List of all members
BLERemoteDescriptor Class Reference

A model of remote BLE descriptor. More...

#include <BLERemoteDescriptor.hpp>

Public Member Functions

uint16_t getHandle ()
 
BLERemoteCharacteristicgetRemoteCharacteristic ()
 
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)
 

Detailed Description

A model of remote BLE descriptor.


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