design_pattern_for_c  V 1.00
event_select_fds_t Struct Reference

Data Fields

fd_set readfds
 
fd_set writefds
 
fd_set exceptfds
 

Detailed Description

Definition at line 22 of file event_if_select.c.

Field Documentation

◆ exceptfds

fd_set exceptfds

Definition at line 25 of file event_if_select.c.

◆ readfds

fd_set readfds

Definition at line 23 of file event_if_select.c.

◆ writefds

fd_set writefds

Definition at line 24 of file event_if_select.c.


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