System.Beacon.IBeacon.KindofBeacon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KindofBeacon: TKindofBeacon read GetKindofBeacon;

C++

__property TKindofBeacon KindofBeacon = {read=GetKindofBeacon};

Properties

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

Description

Represents the kind of beacon for the device.

KindofBeacon is the format type of the beacon device.

TKindofBeacon is the type for this property.

See Also