System.Bluetooth.Components.TBluetoothLE.DoOnReadRSSI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnReadRSSI(const Sender: TObject; ARssiValue: Integer; AGattStatus: TBluetoothGattStatus);

C++

void __fastcall DoOnReadRSSI(System::TObject* const Sender, int ARssiValue, System::Bluetooth::TBluetoothGattStatus AGattStatus);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Dispatcher of the OnReadRSSI event.

Your TBluetoothLE component calls DoOnReadRssi when the OnReadRSSI event of a discovered device occurs.

This event dispatcher receives the following parameters:

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

Platform Support

Your TBluetoothLE component never calls DoOnReadRssi on Windows.

See Also