System.Bluetooth.TBluetoothGattCharacteristic.DoCreateDescriptor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoCreateDescriptor(const AUUID: TBluetoothUUID): TBluetoothGattDescriptor; virtual; abstract;

C++

virtual TBluetoothGattDescriptor* __fastcall DoCreateDescriptor(const GUID &AUUID) = 0 ;

Propriétés

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


Description

Crée un nouveau descripteur avec l'UUID spécifié pour 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