System.Bluetooth.Components.TBluetoothLE.DoOnServicesDiscovered

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoOnServicesDiscovered(const Sender: TObject; const AServiceList: TBluetoothGattServiceList);

C++

void __fastcall DoOnServicesDiscovered(System::TObject* const Sender, System::Bluetooth::TBluetoothGattServiceList* const AServiceList);

Eigenschaften

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


Beschreibung

Dispatcher des Ereignisses OnServicesDiscovered.

Wird vom DoInternalDiscoverLEDevice-Dispatcher aufgerufen.

Dieser Ereignis-Dispatcher erhält die folgenden Parameter:

  • Sender ist ein ermitteltes Gerät.
  • AServiceList ist eine Liste mit Diensten des ermittelten Geräts.

Siehe auch