System.Beacon.TParseManufacturerDataEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TParseManufacturerDataEvent = procedure (const Sender: TObject; const AData: TManufacturerRawData; var BeaconInfo: TBeaconInfo;
var Handled: Boolean) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Beacon.pas
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