System.Bluetooth.TBluetoothGattCharacteristic.AddDescriptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AddDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean;

C++

bool __fastcall AddDescriptor(TBluetoothGattDescriptor* const ADescriptor);

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.


Siehe auch