![]() |
nrfxlib API 3.3.99
|
| int nrf_fcntl | ( | int | fd, |
| int | cmd, | ||
| int | flags ) |
#include <nrf_modem/include/nrf_socket.h>
Function for controlling file descriptor options.
Set or get file descriptor options or flags. For a list of supported commands, refer to File descriptor control option commands. For a list of supported flags, refer to File descriptor control option flags.
| fd | The descriptor to set options on. |
| cmd | The command class for options. |
| flags | The flags to set. |