API:System.Beacon.Components.TBeacon.BeaconDeathTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeaconDeathTime: Integer read FBeaconDeathTime write SetBeaconDeathTime default 20;

C++

__property BeaconDeathTime = {default=20};

Properties

Type Visibility Source Unit Parent
property published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

Description

The BeaconDeathTime property indicates the time in milliseconds to consider that the beacon signal is lost or the beacon is not reachable.

System.Beacon.Components.TBeacon.BeaconDeathTime inherits from System.Beacon.Components.TCustomBeacon.BeaconDeathTime. All content below this line refers to System.Beacon.Components.TCustomBeacon.BeaconDeathTime.

The BeaconDeathTime property indicates the time in milliseconds to consider that the beacon signal is lost or the beacon is not reachable.

See Also