System.Bluetooth.Components.TBluetoothLE.GetDescriptors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDescriptors(const ACharacteristic: TBluetoothGattCharacteristic): TBluetoothGattDescriptorList;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Returns a list of descriptors of the specified GATT characteristic.

See Also