Bluetooth Framework C++ Edition

◆ DoRawPacketReceived()

virtual void DoRawPacketReceived ( const wclBluetoothLePacketHeader Header,
const unsigned char *const  Payload,
const unsigned short  Size 
)
protectedvirtual

Fires the OnRawPacketReceived event.

Parameters
HeaderThe Bluetooth LE packet header.
PayloadThe pointer to the packet's payload raw bytes. The pointer is valid only inside an event handler. If an application needs to use the data outside the event handler it must copy the payload.
SizeThe payload size (length) in bytes.
See also
wclBluetoothLePacketHeader