Bluetooth Framework C++ Edition

◆ OnProximityBeaconFrame()

__event void OnProximityBeaconFrame ( void *  Sender,
const __int64  Address,
const __int64  Timestamp,
const char  Rssi,
const unsigned short  CompanyId,
const unsigned short  Major,
const unsigned short  Minor,
const GUID &  Uuid,
const char  TxRssi,
const wclBluetoothLeAdvertisementFrameRawData Data 
)

The OnProximityBeaconFrame 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.
CompanyIdThe beacon's manufacturer ID as defined in the Bluetooth SIG Assigned Numbers.
MajorThe beacon's Major value.
MinorThe beacon's Minor value.
UuidThe beacon's UUID.
TxRssiThe beacon's RSSI value in dBm at range between -100 dBm and +20 dBm at 1 dBm resolution measured at 1 meter distance.
DataThe additional frame data.
See also
wclBluetoothLeAdvertisementFrameRawData