Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.03.00

Remove a socket file descriptor ID as a member of a file descriptor set. See also function NetSock_Sel().

Files

net_sock.h

Prototype

 

Arguments

desc_nbr

This is the socket file descriptor ID returned by NetSock_Open()/socket() when the socket was created or by NetSock_Accept()/accept() when a connection was accepted.

...