/
FD_CLR TCP UDP
FD_CLR TCP UDP
Remove a socket file descriptor ID as a member of a file descriptor set. See function NET_SOCK_DESC_CLR() for more information.
Files
net_bsd.h
Prototype
FD_CLR(fd, fdsetp);
Arguments
fd
File descriptor to be removed.
fdsetp
Pointer to the file descriptor set where 'fd' will be removed from.
Returned Value
None.
Required Configuration
None.
, multiple selections available,
Related content
FD_ISSET TCP UDP
FD_ISSET TCP UDP
More like this
FD_SET TCP UDP
FD_SET TCP UDP
More like this
FD_ZERO TCP UDP
FD_ZERO TCP UDP
More like this
select TCP UDP
select TCP UDP
More like this
bind TCP UDP
bind TCP UDP
More like this
close TCP UDP
close TCP UDP
More like this