System.Bluetooth.Components.TBluetoothLE.OnReadRSSI
Delphi
property OnReadRSSI: TGattDeviceRSSIEvent read FOnReadRSSI write FOnReadRSSI;
C++
__property System::Bluetooth::TGattDeviceRSSIEvent OnReadRSSI = {read=FOnReadRSSI, write=FOnReadRSSI};
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| event | published | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
Beschreibung
Wird als Ergebnis eines vorherigen Aufrufs von ReadRemoteRSSI ausgelöst.
Dieser Ereignis-Dispatcher erhält die folgenden Parameter:
Senderist das Remote-Gerät.ARssiValueist der angeforderte RSSI-Wert.AGattStatusist ein Beendigungsstatus des RSSI-Lesevorgangs.
Plattformunterstützung
OnReadRSSI wird niemals unter Windows ausgelöst.