System.Beacon.Components.TCustomBeaconDevice.BeaconType
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:
- BEACON_AL_TYPE: for beacons in Alternative Mode.
- BEACON_ST_TYPE: for beacons in Standard Mode.
Note: For OS X and iOS platforms this value is always BEACON_ST_TYPE.