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