fd_has_pri


Description:

[ Version ( since = "1.16" ) ]
public bool fd_has_pri (PollFD fd)

Check if fd in this has an exceptional condition (POLLPRI).

Not implemented on Windows (will just return false there).

Parameters:

this

a file descriptor set.

fd

a file descriptor.

Returns:

true if the descriptor has an exceptional condition.