WL865E4-P  36.07.001
M2MB_SOCKET_BSD_FD_SET Struct Reference

#include <m2mb_socket.h>

Data Fields

INT32 fd_count
 
UINT32 fd_array [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 316 of file m2mb_socket.h.

Field Documentation

◆ fd_array

Bit map of SOCKET Descriptors.

Definition at line 319 of file m2mb_socket.h.

◆ fd_count

INT32 fd_count

How many are SET?

Definition at line 318 of file m2mb_socket.h.


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