TwclBluetoothLeEddystoneUidFrameEvent Delegate

The OnEddystoneUidFrame event handler prototype.

Namespace: wclBluetooth
type
 TwclBluetoothLeEddystoneUidFrameEvent = procedure(Sender: TObject;
 const Address: Int64; const Timestamp: Int64; const Rssi: SByte;
 const TxRssi: SByte; const Uuid: TGUID;
 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.

TxRssi

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

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

Data

The additional frame data.