System.Beacon.TParseServiceDataEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

typedef void __fastcall (__closure *TParseServiceDataEvent)(System::TObject* const Sender, const System::Bluetooth::TServiceDataRawData &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

The TParseServiceDataEvent is an event type that is fired every time new information for a BLE device with ServiceData is detected.

You can use TParseServiceDataEvent in order to parse the data onto your own specifications for your current beacon format.

See Also