TwclWiFiSnifferRawFrameReceived Delegate

The OnRawFrameReceived event handler prototype.

Namespace: wclWiFi
type
 TwclWiFiSnifferRawFrameReceived = procedure(Sender: TObject;
 const Buffer: Pointer; const Size: Cardinal) of object;

Parameters

Sender

The object initiates the event.

Buffer

The pointer to the received frame data buffer. The pointer is valid only inside the event handler.

Size

The received frame size.

Please note, that the buffer pointed by the Buffer parameter is valid only inside the event handler. If an application needs to use the data outside the event handler it must copy data from the buffer pointed by the Buffer parameter into the internal application's buffer.