System.Bluetooth.TBluetoothGattCharacteristic.FDescriptors
Delphi
FDescriptors: TBluetoothGattDescriptorList;
C++
TBluetoothGattDescriptorList* FDescriptors;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattCharacteristic |
Description
List of descriptors of the characteristic.
To fill FDescriptors do either of the following:
- Read Descriptors to fill the list automatically if the list is empty.
- Call AddDescriptor to add a descriptor manually.