System.Beacon.TBeaconErrorEvent
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.