fd_set Struct Reference

Set of sockets. More...

#include <bsd_socket.h>

Data Fields

int_t fd_count
 
int_t fd_array [FD_SETSIZE]
 

Detailed Description

Set of sockets.

Definition at line 459 of file bsd_socket.h.

Field Documentation

◆ fd_array

int_t fd_array[FD_SETSIZE]

Definition at line 462 of file bsd_socket.h.

◆ fd_count

int_t fd_count

Definition at line 461 of file bsd_socket.h.


The documentation for this struct was generated from the following file: