BLE2902¶
Descriptor for Characteristic Configuration.
詳細情報¶
メンバー¶
BLE2902()¶
BLE2902::BLE2902()
getNotifications()¶
Get the notifications value.
bool BLE2902::getNotifications()
戻り値
bool The notifications value. True if notifications are enabled and false if not.
getIndications()¶
Get the indications value.
bool BLE2902::getIndications()
戻り値
bool The indications value. True if indications are enabled and false if not.
setNotifications()¶
Set the notifications flag.
void BLE2902::setNotifications(bool flag)
引数
- bool
flag
The notifications flag.
setIndications()¶
Set the indications flag.
void BLE2902::setIndications(bool flag)
引数
- bool
flag
The indications flag.