WE310F5  39.00.000
M2MB_SOCKET_BSD_FD_SET Struct Reference

#include <m2mb_socket.h>

Data Fields

INT32 fd_count
 
UINT8 fd_bits [M2MB_SOCKET_BSD_FD_SETSIZE]
 

Detailed Description

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.

Field Documentation

◆ fd_bits

Bit map of SOCKET Descriptors. fd_bits [(FD_SETSIZE+7)/8], FD_SETSIZE:10

Definition at line 358 of file m2mb_socket.h.

◆ fd_count

INT32 fd_count

How many are SET?

Definition at line 357 of file m2mb_socket.h.


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