System.Bluetooth.TBluetoothGattCharacteristic.DoAddDescriptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic


Beschreibung

Fügt den angegebenen Deskriptor dem Merkmal hinzu und gibt bei Erfolg True, ansonsten False zurück.


Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattCharacteristic implementiert wird.

Siehe auch