System.Bluetooth.TBluetoothGattDescriptor.Notification
Delphi
property Notification: Boolean read GetNotification write SetNotification;
C++
__property bool Notification = {read=GetNotification, write=SetNotification, nodefault};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattDescriptor |
Beschreibung
Ob der Remote-Server so konfiguriert ist, dass Aktualisierungen des Merkmalswerts bei Änderungen des Werts gesendet werden (True) oder nicht (False).
Sie können den Wert der Eigenschaft Notification nur lesen, wenn die Eigenschaft Kind des Deskriptors ClientConfiguration lautet.