Click or drag to resize

wclBleSnifferDoRawPacketReceived Method

Fires the OnRawPacketReceived event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoRawPacketReceived(
	wclBluetoothLePacketHeader Header,
	byte[] Payload
)

Parameters

Header  wclBluetoothLePacketHeader
The Bluetooth LE packet header.
Payload  Byte
The 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.
See Also