System.Beacon.TParseServiceDataEvent

From RAD Studio API Documentation
Jump to: navigation, search

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
typedef public 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