Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

pollfd

Poll structure

Declaration

Source position: ostypes.inc line 229

type pollfd = record

  fd: cint;

  

File descriptor

  events: cshort;

  

Events to look for

  revents: cshort;

  

Returned events

end;

Description

pollfd is used in the fpPoll call to describe the various actions.

See also

fpPoll

  

Poll a file descriptor for events.


Documentation generated on: Sep 29 2022