System.Bluetooth.TBluetoothGattCharacteristic.DoGetDescriptors

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoGetDescriptors: TBluetoothGattDescriptorList; virtual; abstract;

C++

virtual TBluetoothGattDescriptorList* __fastcall DoGetDescriptors(void) = 0 ;

Propriétés

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


Description

Renvoie la liste des descripteurs de la caractéristique.

Remarque : Il s'agit d'une méthode abstraite qu'implémentent les sous-classes de TBluetoothGattCharacteristic spécifiques à la plate-forme.

Voir aussi