System.Beacon.TBeaconEddystoneTLMEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconEddystoneTLMEvent = procedure (const Sender: TObject; const ABeacon: IBeacon; const AEddystoneTLM: TEddystoneTLM) of object;

C++

typedef void __fastcall (__closure *TBeaconEddystoneTLMEvent)(System::TObject* const Sender, const _di_IBeacon ABeacon, const TEddystoneTLM &AEddystoneTLM);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Description

The TBeaconEddystoneTLMEvent is an event type that is fired when an EddystoneTLM beacon is detected.

See Also