System.Beacon.IBeacon.Rssi

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Rssi: Integer read GetRssi;

C++

__property int Rssi = {read=GetRssi};

Properties

Type Visibility Source Unit Parent
property public
System.Beacon.pas
System.Beacon.hpp
System.Beacon IBeacon

Description

The Rssi property indicates the current received signal strength indicator of the beacon.

See Also