System.Bluetooth.TBluetoothGattCharacteristic.CreateDescriptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateDescriptor(const AUUID: TBluetoothUUID): TBluetoothGattDescriptor;

C++

TBluetoothGattDescriptor* __fastcall CreateDescriptor(const GUID &AUUID);

Eigenschaften

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


Beschreibung

Erstellt einen neuen Deskriptor mit der angegebenen UUID für das Merkmal.

Siehe auch