System.Beacon.Components.TBeaconDevice.BeaconType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeaconType: TBeaconScanMode 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.

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