System.Bluetooth.TBluetoothGattServer.DoCreateDescriptor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoCreateDescriptor(const ACharacteristic: TBluetoothGattCharacteristic;  const AnUUID: TBluetoothUUID): TBluetoothGattDescriptor; virtual; abstract;

C++

virtual TBluetoothGattDescriptor* __fastcall DoCreateDescriptor(TBluetoothGattCharacteristic* const ACharacteristic, const GUID &AnUUID) = 0 ;

Propriétés

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


Description

Crée un nouveau descripteur pour l'identificateur de caractéristique spécifié par l'UUID spécifié, et renvoie ce nouveau descripteur.

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

Voir aussi