[Overview][Constants][Types][Procedures and functions][Index] |
Poll structure
Source position: ostypes.inc line 228
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. |