System.Bluetooth.Components.TBluetoothLE.OnReadRSSI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnReadRSSI: TGattDeviceRSSIEvent read FOnReadRSSI write FOnReadRSSI;

C++

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

Properties

Type Visibility Source Unit Parent
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Occurs as a result of a previous call to ReadRemoteRSSI.

This event dispatcher receives the following parameters:

  • Sender is the remote device.
  • ARssiValue is the requested RSSI value.
  • AGattStatus is an exit status of the RSSI read operation.

Platform Support

OnReadRSSI never occurs on Windows.

See Also