System.Bluetooth.Components.TBluetoothLE.GetDescriptors

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetDescriptors(const ACharacteristic: TBluetoothGattCharacteristic): TBluetoothGattDescriptorList;

C++

System::Bluetooth::TBluetoothGattDescriptorList* __fastcall GetDescriptors(System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);

Eigenschaften

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

Beschreibung

Gibt eine Liste von Deskriptoren des angegebenen GATT-Merkmals zurück.

Siehe auch