System.Bluetooth.TBluetoothGattCharacteristic.DoAddDescriptor
Delphi
function DoAddDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean; virtual; abstract;
C++
virtual bool __fastcall DoAddDescriptor(TBluetoothGattDescriptor* const ADescriptor) = 0 ;
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.
- Remarque : Il s'agit d'une méthode abstraite qu'implémentent les sous-classes de TBluetoothGattCharacteristic spécifiques à la plate-forme.