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

FD_IsSet

Check whether a filedescriptor is set

Declaration

Source position: oldlinux.pp line 1597

function FD_IsSet(

  fd: LongInt;

  var fds: fdSet

):Boolean;

Description

FD_Set Checks whether file descriptor fd in filedescriptor set fds is set.

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_ZERO

  

Clear all file descriptors in set

FD_Clr

  

Clears a filedescriptor in a set

FD_Set

  

Set a filedescriptor in a set

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