System.Bluetooth.TBluetoothGattCharacteristic.Descriptors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Descriptors: TBluetoothGattDescriptorList read GetDescriptors;

C++

__property TBluetoothGattDescriptorList* Descriptors = {read=GetDescriptors};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic

Description

Returns a list of descriptors for this characteristic. The Descriptors type is TBluetoothGattDescriptorList.

Descriptors are defined attributes that describe a characteristic value. For more information, visit the official page: GATT Characteristic Descriptors.

See Also