System.Beacon.TBeaconAdvertiser.DeviceType
Delphi
property DeviceType: TAdvertiseDeviceFormat read FDeviceType write FDeviceType;
C++
__property TAdvertiseDeviceFormat DeviceType = {read=FDeviceType, write=FDeviceType, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Beacon.pas System.Beacon.hpp |
System.Beacon | TBeaconAdvertiser |
Description
Represents the beacon format that the device advertises.
The type TAdvertiseDeviceFormat specifies the available beacon formats that the device can advertise:
adBeacon
: for regular beacons.adEddystoneUID
: for EddystoneUID.adEddystoneURL
: for EddystoneURL.