System.Beacon.TBeaconManager.KindofBeacons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KindofBeacons: TKindofBeacons read GetKindofBeacons write SeTKindofBeacons;

C++

__property TKindofBeacons KindofBeacons = {read=GeTKindofBeacons, write=SetKindofBeacons, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

Represents the list with all the beacon format types.

KindofBeacons contains all the beacon formats that are advertised and determines the specifications to set for each one.

See Also