System.Beacon.Components.TCustomBeacon.OnNewEddystoneTLM

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnNewEddystoneTLM: TBeaconEddystoneTLMEvent read FOnBeaconEddystoneTLM write FOnBeaconEddystoneTLM;

C++

__property System::Beacon::TBeaconEddystoneTLMEvent OnNewEddystoneTLM = {read=FOnBeaconEddystoneTLM, write=FOnBeaconEddystoneTLM};

Properties

Type Visibility Source Unit Parent
event public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeacon

Description

Occurs when an EddystoneTLM beacon is detected.

See Also