System.Bluetooth.TBluetoothLEDevice.OnReadRSSI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnReadRSSI: TGattDeviceRSSIEvent read FOnReadRSSI write FOnReadRSSI;

C++

__property TGattDeviceRSSIEvent OnReadRSSI = {read=FOnReadRSSI, write=FOnReadRSSI};

Properties

Type Visibility Source Unit Parent
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

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