System.Bluetooth.Components.TBluetoothLE.DoOnDiscoverLEDevice
Delphi
procedure DoOnDiscoverLEDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice; Rssi: Integer; const ScanResponse: TScanResponse);
C++
void __fastcall DoOnDiscoverLEDevice(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDevice* const ADevice, int Rssi, System::Bluetooth::TScanResponse* const ScanResponse);
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 OnDiscoverLEDevice.
Wird am Ende der Ausführung des DoInternalDiscoverLEDevice-Dispatchers aufgerufen.
Dieser Ereignis-Dispatcher erhält die folgenden Parameter:
Senderist der aktuelle Adapter.ADeviceist das ermittelte Gerät.Rssienthält den Wert des aktuellen Indikators für die Stärke des empfangenen Signals.ScanResponsesind die vom Gerät bereitgestellten Daten.