System.Bluetooth.Components.TBluetoothLE.OnReadRSSI

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnReadRSSI: TGattDeviceRSSIEvent read FOnReadRSSI write FOnReadRSSI;

C++

__property System::Bluetooth::TGattDeviceRSSIEvent OnReadRSSI = {read=FOnReadRSSI, write=FOnReadRSSI};

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:

  • Sender ist das Remote-Gerät.
  • ARssiValue ist der angeforderte RSSI-Wert.
  • AGattStatus ist ein Beendigungsstatus des RSSI-Lesevorgangs.

Plattformunterstützung

OnReadRSSI wird niemals unter Windows ausgelöst.

Siehe auch