Bluetooth Framework C++ Edition

◆ DoManufacturerRawFrame()

virtual void DoManufacturerRawFrame ( const __int64  Address,
const __int64  Timestamp,
const char  Rssi,
const unsigned short  CompanyId,
const wclBluetoothLeAdvertisementFrameRawData Data 
)
protectedvirtual

Fires the OnManufacturerRawFrame event.

Parameters
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.
DataThe frame raw data. The value can be NULL if there is no any data available in the frame.
See also
wclBluetoothLeAdvertisementFrameRawData