nn::socket::PollFd Structurestruct PollFd
{
int fd;
int events;
int revents;
};
A structure used with the Poll function.
| fd | The socket number. | |
|---|---|---|
| Events | The events to get. | |
| revents | Returns the events that were actually obtained. |
CONFIDENTIAL