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