System.Bluetooth.Components.TBluetoothLE.GetCharacteristics

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCharacteristics(const AService: TBluetoothGattService): TBluetoothGattCharacteristicList;

C++

System::Bluetooth::TBluetoothGattCharacteristicList* __fastcall GetCharacteristics(System::Bluetooth::TBluetoothGattService* const AService);

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 characteristics provided by the specified GATT service.

See Also