TwclWiFiSniffer.DoRawFrameReceived(Pointer,Cardinal) Method

Fires the OnRawFrameReceived event.

Namespace: wclWiFi
protected
 procedure DoRawFrameReceived(const Buffer: Pointer;
 const Size: Cardinal); virtual;

Parameters

Buffer
Type: Pointer

The pointer to the buffer with received frame.

Size
Type: Cardinal

The size of the received frame in bytes.

The data (frame) buffer pointed by the Buffer parameter is valid only inside the procedure.