System.Bluetooth.TBluetoothGattCharacteristic.GetDescriptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetDescriptor(const AUuid: TBluetoothUUID): TBluetoothGattDescriptor;

C++

TBluetoothGattDescriptor* __fastcall GetDescriptor(const GUID &AUuid);

Eigenschaften

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


Beschreibung

Fordert den TBluetoothGattDescriptor mit der als Argument aus der Liste der Deskriptoren übergebenen UUID für diese TBluetoothGattCharacteristic an.

Gibt ein GATT-Deskriptor-Objekt oder nil zurück, wenn kein GATT-Deskriptor mit der angegebenen UUID gefunden wird.

GetDescriptor erwartet nur das Argument AUuid, das die UUID dieses Deskriptors ist. Die UUID hat den Typ TBluetoothUUID.

Siehe auch