System.Bluetooth.TBluetoothGattServer.CreateDescriptor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateDescriptor(const ACharacteristic: TBluetoothGattCharacteristic;
const AnUUID: TBluetoothUUID): TBluetoothGattDescriptor;

C++

TBluetoothGattDescriptor* __fastcall CreateDescriptor(TBluetoothGattCharacteristic* const ACharacteristic, const TBluetoothUUID &AnUUID);

Propriétés

Type Visibilité  Source Unité  Parent
function public
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.

Voir aussi