System.Bluetooth.TBluetoothLEDevice.OnReadRSSI
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:
Senderis the remote device.ARssiValueis the requested RSSI value.AGattStatusis an exit status of the RSSI read operation.
Platform Support
OnReadRSSI never occurs on Windows.