System.Bluetooth.TBluetoothGattDescriptor.Notification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch