fpFD_SET
Set a file descriptor in a set
Declaration
Source position: bunxovlh.inc line 72
  function fpFD_SET(fdno: cint; var nset: TFDSet) : cint;
Description
FpFD_Set sets file descriptor fdno in file descriptor set nset.
For an example, see FpSelect .
Errors
None.
See also
| Name | Description | 
|---|---|
| FpFD_Clr | Clears a file descriptor in a set | 
| FpFD_IsSet | Check whether a file descriptor is set | 
| FpFD_ZERO | Clear all file descriptors in set | 
| FpSelect | Wait for events on file descriptors |