TwclBluetoothLeManufacturerRawFrameEvent Delegate

The OnManufacturerRawFrame event handler prototype.

Namespace: wclBluetooth
type
 TwclBluetoothLeManufacturerRawFrameEvent = procedure(Sender: TObject;
 const Address: Int64; const Timestamp: Int64; const Rssi: SByte;
 const CompanyId: Word;
 const Data: TwclBluetoothLeAdvertisementFrameRawData) of object;

Parameters

Sender

The object initiates the event.

Address

The Bluetooth LE advertiser's MAC address.

Timestamp

The frame's timestamp in Universal Time format.

Rssi

The measured RSSI value in dBm at range between -100 dBm and +20 dBm at 1 dBm resolution.

CompanyId

The beacon's manufacturer ID as defined in the Bluetooth SIG Assigned Numbers.

Data

The frame raw data. The value can be nil if there is no any data available in the frame.