[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'oldlinux' (#rtl)

FD_Zero

Clear all file descriptors in set

Declaration

Source position: oldlinux.pp line 1594

procedure FD_Zero(

  var fds: fdSet

);

Description

FD_ZERO clears all the filedescriptors in the file descriptor set fds.

For an example, see Select.

Errors

None.

See also

Select

  

Wait for events on file descriptors

SelectText

  

Wait for event on typed ontyped file.

GetFS

  

Return file selector

FD_Clr

  

Clears a filedescriptor in a set

FD_Set

  

Set a filedescriptor in a set

FD_IsSet

  

Check whether a filedescriptor is set

The latest version of this document can be found at lazarus-ccr.sourceforge.net.