System.Bluetooth.TBluetoothGattServer.CreateDescriptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateDescriptor(const ACharacteristic: TBluetoothGattCharacteristic;
const AnUUID: TBluetoothUUID): TBluetoothGattDescriptor;

C++

TBluetoothGattDescriptor* __fastcall CreateDescriptor(TBluetoothGattCharacteristic* const ACharacteristic, const GUID &AnUUID);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


Beschreibung

Erstellt einen neuen Deskriptor für das durch die UUID angegebene Merkmal und gibt diesen neuen Deskriptor zurück.

Siehe auch