System.Bluetooth.TBluetoothGattCharacteristic.FDescriptors

From RAD Studio API Documentation
Jump to: navigation, search

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:

See Also