pub unsafe extern "C" fn nrf_getsockopt(
    socket: c_int,
    level: c_int,
    option_name: c_int,
    option_value: *mut c_void,
    option_len: *mut nrf_socklen_t
) -> c_int
Expand description

Get the socket options.

@details See POSIX.1-2017 article for normative description.

In Modem library this function supports a subset of socket options described by POSIX, but also some additional options.