Bluetooth Framework C++ Edition

◆ OnAltBeaconFrame()

__event void OnAltBeaconFrame ( 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 unsigned char  Reserved,
const wclBluetoothLeAdvertisementFrameRawData Data 
)

The event fires when a Bluetooth LE Alt beacon advertisement frame received.

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.
ReservedA 1-byte value from 0x00 to 0xFF. Interpretation of this value is to be defined by the manufacturer and is to be evaluated based on the CompanyId value.
DataThe additional frame data.
See also
wclBluetoothLeAdvertisementFrameRawData