System.Bluetooth.TBluetoothGattCharacteristic.AddDescriptor
Delphi
function AddDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean;
C++
bool __fastcall AddDescriptor(TBluetoothGattDescriptor* const ADescriptor);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattCharacteristic |
Description
Adds the specified descriptor to the characteristic and returns True on success or False otherwise.