Bluetooth Framework C++ Edition

◆ OnEddystoneUidFrame()

__event void OnEddystoneUidFrame ( void *  Sender,
const __int64  Address,
const __int64  Timestamp,
const char  Rssi,
const char  TxRssi,
const GUID &  Uuid,
const wclBluetoothLeAdvertisementFrameRawData Data 
)

The OnEddystoneUidFrame event handler prototype.

Parameters
SenderThe object initiates the event.
AddressThe Bluetooth LE advertiser's MAC address.
TimestampThe frame's timestamp in Universal Time format.
RssiThe measured RSSI value in dBm at range between -100 dBm and +20 dBm at 1 dBm resolution.
TxRssiThe beacon's RSSI value in dBm at range between -100 dBm and +20 dBm at 1 dBm resolution measured at 0 meter distance.
UuidThe Eddystone ID: 10 bytes - Namespace ID and 6 bytes - Instance ID.
DataThe additional frame data.
See also
wclBluetoothLeAdvertisementFrameRawData