AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
=>     R0 = reason code
     other registers are reason code dependent

<=     R0 preserved
     other registers are reason code dependent

This call provides operations to control file descriptors, which are requried to use the Socket_Select SWI.

A file descriptor is a block of 32 bytes (256 bits) which indicates which sockets should be checked for activity.

Note: The Acorn C Socket library provides equivalents of this SWI in headerfile macros.

Related SWIs:     Socket_Select (SWI &41211, PRM 5a-433)
AppEngine_SocketOp reason codes
R0     Action

0     clears a file descriptor
1     copies one file descriptor to another
2     sets a bit within a file descriptor
3     clears a bit within a file descriptor
4     tests whether a bit within a file descriptor is set

[sh-index] Back to list of manuals