System.Bluetooth.TBluetoothGattDescriptor.Indication

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Indication: Boolean read GetIndication write SetIndication;

C++

__property bool Indication = {read=GetIndication, write=SetIndication, 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 und gewartet wird, bis der Client bestätigt, dass er den neuen Wert erfolgreich erhalten hat (True) oder nicht False.

Sie können den Wert der Eigenschaft Indication nur lesen, wenn die Eigenschaft Kind des Deskriptors ClientConfiguration lautet.

Siehe auch