System.Bluetooth.Components.TBluetoothLE.GetService

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetService(const ADevice: TBluetoothLEDevice; const AServiceID: TBluetoothUUID): TBluetoothGattService;

C++

System::Bluetooth::TBluetoothGattService* __fastcall GetService(System::Bluetooth::TBluetoothLEDevice* const ADevice, const GUID &AServiceID);

Eigenschaften

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

Beschreibung

Gibt einen Dienst mit der angegebenen UUID zurück, die vom angegebenen Remote-Gerät zur Verfügung gestellt wird.

Siehe auch