System.Beacon.TBeaconAdvertiser.BeaconType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeaconType: Word read FBeaconType write FBeaconType;

C++

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

Properties

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

Description

Indicates the beacon type.

BeaconType represents the beacon type of a beacon device.

The possible values are:

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

See Also