System.Bluetooth.Components.TBluetoothLE.GetServices

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetServices(const ADevice: TBluetoothLEDevice): TBluetoothGattServiceList;

C++

System::Bluetooth::TBluetoothGattServiceList* __fastcall GetServices(System::Bluetooth::TBluetoothLEDevice* const ADevice);

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 Diensten zurück, die vom angegebenen Remote-Gerät zur Verfügung gestellt wird.

Siehe auch