System.Beacon.TBeaconManager.BeaconType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeaconType: Word read FBeaconType write SetBeaconType;

C++

__property System::Word BeaconType = {read=FBeaconType, write=SetBeaconType, nodefault};

Properties

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

Description

The BeaconType property indicates the current type of beacons the TBeaconManager is scanning.

The value cannot be changed for iOS if the ScanMode property is set to Standard.BeaconType is initialized by default to the type set in ScanMode.

See Also