![]() |
WL865E4-P
36.07.001
|
#include <m2mb_socket.h>
Data Fields | |
INT32 | fd_count |
UINT32 | fd_array [M2MB_SOCKET_BSD_FD_SETSIZE] |
Note: This is already under investigation.
FD set used by m2mb_socket_bsd_select(). Users please do not access to this structure directly, instead use the APIs m2mb_socket_bsd_fd_zero_func, m2mb_socket_bsd_fd_set_func, m2mb_socket_bsd_fd_clr_func,m2mb_socket_bsd_fd_isset_func
Definition at line 316 of file m2mb_socket.h.
UINT32 fd_array[M2MB_SOCKET_BSD_FD_SETSIZE] |
Bit map of SOCKET Descriptors.
Definition at line 319 of file m2mb_socket.h.
INT32 fd_count |
How many are SET?
Definition at line 318 of file m2mb_socket.h.