Embedded TCP/IP stack
4.7.0
|
enum fnet_sd_flags_t |
The flags used by fnet_socket_shutdown().
They describe what types of socket operation will no longer be allowed.
Enumerator | |
---|---|
SD_READ | Data receiving is disabled. |
SD_WRITE | Data sending is disabled. |
SD_BOTH | Both receiving and sending are disabled. |
Definition at line 681 of file fnet_socket.h.