System.Beacon.IBeacon.ItsAlive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItsAlive: Boolean;

C++

virtual bool __fastcall ItsAlive() = 0 ;

Properties

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

Description

Indicates if the beacon information is still valid.

The ItsAlive method returns True if the beacon information is still valid and False in case the beacon is out of reach.

See Also