Bluetooth Framework C++ Edition
Public Attributes | List of all members
wclBluetoothLePacketHeader Struct Reference

The Bluetooth LE packet header. More...

#include <wclBluetooth.h>

Public Attributes

unsigned long AccessAddress
 The access address.
 
unsigned char Channel
 The channel number.
 
unsigned long Crc
 The CRC value. The CRC is 3 bytes long so hight byte is always 0x00.
 
char Rssi
 The RSSI value in dBm.
 
unsigned long Timestamp
 The time stamp value.
 
bool Valid
 The packed valid status (True if the packet is valid. False otherwise.
 

Detailed Description

The Bluetooth LE packet header.