System.Beacon.TParseManufacturerDataEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TParseManufacturerDataEvent)(System::TObject* const Sender, const TManufacturerRawData AData, TBeaconInfo &BeaconInfo, bool &Handled);

Properties

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

Description

Event type that is raised when new information data is received from a BLE device that broadcasts ManufacturerSpecificData.

You can use this type in order to parse the received data onto your own specifications for your beacon format.

Note: The event will not be raised in Standard mode for iOS.

See Also