System.Bluetooth.TBluetoothGattCharacteristic.AddDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also