API:System.Beacon.Components.TBeaconDevice.BeaconType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeaconType: TBeaconDeviceMode read GetType write SetType default 0;

C++

__property BeaconType = {default=0};

Properties

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

Description

Indicates the beacon type.

System.Beacon.Components.TBeaconDevice.BeaconType inherits from System.Beacon.Components.TCustomBeaconDevice.BeaconType. All content below this line refers to System.Beacon.Components.TCustomBeaconDevice.BeaconType. Indicates the beacon type.

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

See Also