System.Beacon.TBeaconManager.StartScan

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StartScan: Boolean;

C++

bool __fastcall StartScan(void);

Properties

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

Description

Starts to monitor beacons on the registered regions.

You can also monitor non-registered beacons if you set TBeaconScanMode to Extended mode and then specify the desired beacon formats to monitor in the ModeExtended with the type System.Beacon.TKindofBeacon.

Note: StartScan raises an exception if there is not any region registered.

See Also