System.Bluetooth.TBluetoothGattDescriptor.Notification
Delphi
property Notification: Boolean read GetNotification write SetNotification;
C++
__property bool Notification = {read=GetNotification, write=SetNotification, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattDescriptor |
Description
Whether the remote server is configured to send updates of the characteristic value as the value changes (True) or not (False).
You can only read the value of the Notification property if the kind of the descriptor is ClientConfiguration.