TwclBluetoothLeBeaconWatcher.DoAdvertisementRawFrame(Int64,Int64,SByte,Byte,TwclBluetoothLeAdvertisementFrameRawData) Method

Fires the OnAdvertisementRawFrame event.

Namespace: wclBluetooth
protected
 procedure DoAdvertisementRawFrame(const Address: Int64;
 const Timestamp: Int64; const Rssi: SByte; const DataType: Byte;
 const Data: TwclBluetoothLeAdvertisementFrameRawData); virtual;

Parameters

Address
Type: Int64

The Bluetooth LE advertiser's MAC address.

Timestamp
Type: Int64

The frame's timestamp in Universal Time format.

Rssi
Type: SByte

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

DataType
Type: Byte

The frame's data type.

Data
Type: TwclBluetoothLeAdvertisementFrameRawData

The frame's raw bytes data. If there is no data the value is nil.