System.Beacon.TBeaconErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TBeaconErrorEvent)(System::TObject* const Sender, TBeaconError AError, const System::UnicodeString ErrorMsg, const TBeaconInfo &ABeacon);

Properties

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

Description

The TBeaconErrorEvent is an event type that is fired when an Beacon Error is detected.

Check AError and ErrorMsg to get more information about the error.

See Also