![]() |
WE310F5
39.00.000
|
#include <m2mb_socket.h>
Data Fields | |
INT32 | fd_count |
UINT8 | fd_bits [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 355 of file m2mb_socket.h.
UINT8 fd_bits[M2MB_SOCKET_BSD_FD_SETSIZE] |
Bit map of SOCKET Descriptors. fd_bits [(FD_SETSIZE+7)/8], FD_SETSIZE:10
Definition at line 358 of file m2mb_socket.h.
INT32 fd_count |
How many are SET?
Definition at line 357 of file m2mb_socket.h.