pollfd
Poll structure
Declaration
Source position: ostypes.inc line 229
Type
pollfd = record
  fd : cint;
  events : cshort;
  revents : cshort;
end
Description
pollfd is used in the fpPoll call to describe the various actions.
See also
| Name | Description | 
|---|---|
| cint | C type: integer (natural size) | 
| cshort | C type: short signed integer (half sized) | 
| cshort | C type: short signed integer (half sized) | 
| fpPoll | Poll a file descriptor for events. |