System.Bluetooth.Components.TBluetoothLE.GetCharacteristics

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetCharacteristics(const AService: TBluetoothGattService): TBluetoothGattCharacteristicList;

C++

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

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 Merkmalen zurück, die vom angegebenen GATT-Dienst zur Verfügung gestellt wird.

Siehe auch