System.Bluetooth.TBluetoothGattCharacteristic.AddDescriptor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function AddDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean;

C++

bool __fastcall AddDescriptor(TBluetoothGattDescriptor* const ADescriptor);

Propriétés

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


Description

Ajoute le descripteur spécifié à la caractéristique et renvoie True en cas de réussite ou False en cas d'échec.

Voir aussi