Mbed OS Reference
|
Wrapper type for sockets. More...
#include <net_sockets.h>
Data Fields | |
int | fd |
The underlying file descriptor More... | |
Wrapper type for sockets.
Currently backed by just a file descriptor, but might be more in the future (eg two file descriptors for combined IPv4 + IPv6 support, or additional structures for hand-made UDP demultiplexing).
Definition at line 92 of file net_sockets.h.
int fd |
The underlying file descriptor
Definition at line 94 of file net_sockets.h.