System.Bluetooth.TBluetoothGattCharacteristic.DoGetDescriptors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetDescriptors: TBluetoothGattDescriptorList; virtual; abstract;

C++

virtual TBluetoothGattDescriptorList* __fastcall DoGetDescriptors() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic

Description

Returns the list of descriptors of the characteristic.

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattCharacteristic implement.

See Also