BLEDescriptorCallbacks¶
Callbacks that can be associated with a BLE descriptors to inform of events.
詳細情報¶
メンバー¶
~BLEDescriptorCallbacks()¶
BLEDescriptorCallbacks::~BLEDescriptorCallbacks()
onRead()¶
Callback function to support a read request.
void BLEDescriptorCallbacks::onRead(BLEDescriptor *pDescriptor)
引数
- BLEDescriptor*
pDescriptor
The descriptor that is the source of the event.
onWrite()¶
Callback function to support a write request.
void BLEDescriptorCallbacks::onWrite(BLEDescriptor *pDescriptor)
引数
- BLEDescriptor*
pDescriptor
The descriptor that is the source of the event.