System.Beacon.Components.TBeacon.ScanningSleepingTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScanningSleepingTime: Integer read FScanningSleepingTime write SetScanningSleepingTime default 250;

C++

__property ScanningSleepingTime = {default=250};

Properties

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

Description

The ScanningSleepingTime property indicates the time between scanning cycles.

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

The ScanningSleepingTime property indicates the time between scanning cycles.

For the iOS platform, when the Mode is set to Standard, the ScanningSleepingTime value is ignored.

See Also