System.Bluetooth.Components.TBluetoothLE.GetService

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Renvoie un service avec l'UUID spécifié fourni par le périphérique distant spécifié.

Voir aussi