System.Beacon.Components.TCustomBeaconDevice.BeaconType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeaconType: TBeaconScanMode read GetType write SetType default TBeaconScanMode.Standard;

C++

__property System::Beacon::TBeaconScanMode BeaconType = {read=GetType, write=SetType, default=0};

Properties

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

Description

Indicates the beacon type.

BeaconType represents the beacon type of the TCustomBeaconDevice.

The possible values are:

Note: For OS X and iOS platforms this value is always BEACON_ST_TYPE.

See Also