TwclBluetoothLeBeaconWatcher.DoEddystoneUidFrame(Int64,Int64,SByte,SByte,TGUID,TwclBluetoothLeAdvertisementFrameRawData) Method

Fires the OnEddystoneUidFrame event.

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

TxRssi
Type: SByte

The beacon's RSSI value in dBm at range between -100 dBm and +20 dBm at 1 dBm resolution measured at 0 meter distance.

Uuid
Type: TGUID

The Eddystone ID: 10 bytes - Namespace ID and 6 bytes - Instance ID.

Data
Type: TwclBluetoothLeAdvertisementFrameRawData

The additional frame data.