PcapHandle.setNonBlock

PcapStatus setNonBlock(bool nonblock, out string errBuf)

Sets the non-blocking state of the handle.

Parameters

nonblocktrue to enable non-blocking mode.
errBufBuffer to receive error information if the operation fails.

Returns

A PcapStatus indicating success or error.