System.Bluetooth.Components.TBluetoothLE.DoConnectedDevice

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoConnectedDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice);

C++

void __fastcall DoConnectedDevice(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDevice* const ADevice);

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 OnConnectedDevice.

DoConnectedDevice wird aufgerufen, wenn ein Remote-Gerät eine Verbindung mit dem GATT-Server Ihrer Komponente herstellt.

Dieser Ereignis-Dispatcher empfängt die folgenden Parameter:

  • Sender ist der GATT-Server Ihrer Komponente.
  • ADevice ist das Remote-Gerät, das jetzt mit dem GATT-Server Ihrer Komponente verbunden ist.

Plattformunterstützung

Zurzeit gibt es keine Plattform, die die Berichterstattung darüber unterstützt, dass Remote-Geräte eine Verbindung mit dem GATT-Server Ihrer Komponente als Clients hergestellt haben.

Siehe auch