System.Bluetooth.TBluetoothGattCharacteristic.DoGetDescriptors

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoGetDescriptors: TBluetoothGattDescriptorList; virtual; abstract;

C++

virtual TBluetoothGattDescriptorList* __fastcall DoGetDescriptors() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic


Beschreibung

Gibt die Liste der Deskriptoren des Merkmals zurück.

Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattCharacteristic implementiert wird.

Siehe auch