Function SocketFD_SET() Professional
Adds a socket descriptor to a set of descriptors.
Syntax
SocketFD_SET( <nSocket>, <nFDSet> ) --> lSuccess
Parameters
<nSocket>
This is a numeric socket descriptor to be added to a descriptor set.
<nFDSet>
The numeric handle of a descriptor set previously created with SocketFDSetNew() must be passed for this parameter.
Return
The function returns .T. (true) when the socket could be added to the descriptor set, otherwise .F. (false) is returned.
Description
The function adds a socket descriptor to an existing descriptor set.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.