System.Beacon.Components.TBeaconDevice.BeaconType
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:
- 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.