Nol.A SDK Library
24.11.0
For IoT System Software Development
|
Callbacks that can be associated with a BLE characteristic to inform of events. More...
#include <BLECharacteristic.hpp>
Public Member Functions | |
virtual void | onRead (BLECharacteristic *pCharacteristic) |
virtual void | onWrite (BLECharacteristic *pCharacteristic) |
Callbacks that can be associated with a BLE characteristic to inform of events.
When a server application creates a BLE characteristic, we may wish to be informed when there is either a read or write request to the characteristic's value. An application can register a sub-classed instance of this class and will be notified when such an event happens.