System.Beacon.TiBAltBeaconRegion.KindofBeacon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KindofBeacon: TKindofBeacon read FKindofBeacon;

C++

__property TKindofBeacon KindofBeacon = {read=FKindofBeacon};

Properties

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

Description

Represents the kind of beacon for which the region is defined.

KindofBeacon expresses the beacon format for the device. In this case it can be: iBeacon or AltBeacon.

See Also