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

A model of a remote BLE service. More...

#include <BLERemoteService.hpp>

Public Member Functions

BLERemoteCharacteristicgetCharacteristic (const char *uuid)
 
BLERemoteCharacteristicgetCharacteristic (BLEUUID uuid)
 
BLERemoteCharacteristicgetCharacteristic (uint16_t uuid)
 
std::map< std::string, BLERemoteCharacteristic * > * getCharacteristics ()
 
std::map< uint16_t, BLERemoteCharacteristic * > * getCharacteristicsByHandle ()
 
void getCharacteristics (std::map< uint16_t, BLERemoteCharacteristic * > *pCharacteristicMap)
 
BLEClientgetClient (void)
 
uint16_t getHandle ()
 
BLEUUID getUUID (void)
 
std::string getValue (BLEUUID characteristicUuid)
 
void setValue (BLEUUID characteristicUuid, std::string value)
 
std::string toString (void)
 

Detailed Description

A model of a remote BLE service.


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