System.Beacon.Components.TCustomBeaconDevice.BeaconType
Delphi
property BeaconType: TBeaconDeviceMode read GetType write SetType default TBeaconDeviceMode.Standard;
C++
__property TBeaconDeviceMode 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.
- Note: For OS X and iOS platforms this value is always
TBeaconDeviceMode.Standard
.