System.Bluetooth.TBluetoothGattDescriptor.Indication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Indication: Boolean read GetIndication write SetIndication;

C++

__property bool Indication = {read=GetIndication, write=SetIndication, 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, and wait for your client to confirm that the new value was successfully received (True); or not (False).

You can only read the value of the Indication property if the kind of the descriptor is ClientConfiguration.

See Also