System.Bluetooth.TBluetoothGattCharacteristic.DoAddDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoAddDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoAddDescriptor(TBluetoothGattDescriptor* const ADescriptor) = 0 ;

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.

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattCharacteristic implement.

See Also