Bluetooth Framework C++ Edition

◆ OnAdvertisementRawFrame()

__event void OnAdvertisementRawFrame ( void *  Sender,
const __int64  Address,
const __int64  Timestamp,
const char  Rssi,
const unsigned char  DataType,
const wclBluetoothLeAdvertisementFrameRawData Data 
)

The OnAdvertisementRawFrame 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.
DataTypeThe frame's data type.
DataThe frame's raw bytes data. If there is no data the value is NULL.
See also
wclBluetoothLeAdvertisementFrameRawData