API:System.Beacon.Components.TBeacon.OnParseServiceData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnParseServiceData: TParseServiceDataEvent read FOnParseServiceData write FOnParseServiceData;

C++

__property OnParseServiceData;

Properties

Type Visibility Source Unit Parent
event published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

Description

Occurs when new information from a BLE device with ServiceData is received and parsed.

System.Beacon.Components.TBeacon.OnParseServiceData inherits from System.Beacon.Components.TCustomBeacon.OnParseServiceData. All content below this line refers to System.Beacon.Components.TCustomBeacon.OnParseServiceData. Occurs when new information from a BLE device with ServiceData is received and parsed.

You can add your own algorithm to parse beacon data.

See Also