Poll structure.
Source position: ostypes.inc line 270
type pollfd = record |
||
fd: cint; |
|
File descriptor. |
events: cshort; |
|
Events to look for. |
revents: cshort; |
|
Returned events. |
end; |
pollfd is used in the fpPoll call to describe the various actions.
|
Poll a file descriptor for events. |