TwclBluetoothLeBeaconWatcher.DoAdvertisementService32DataFrame(Int64,Int64,SByte,Cardinal,TwclBluetoothLeAdvertisementFrameRawData) Method

Fires the OnService32DataFrame event.

Namespace: wclBluetooth
protected
 procedure DoAdvertisementService32DataFrame(const Address: Int64;
 const Timestamp: Int64; const Rssi: SByte; const Uuid: Cardinal;
 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.

Uuid
Type: Cardinal

The 32 bit service UUID.

Data
Type: TwclBluetoothLeAdvertisementFrameRawData

The service data.