System.Beacon.TBeaconAdvertiser.DeviceType

From RAD Studio API Documentation
Jump to: navigation, search

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:

See Also