nrf_socket

Function nrf_socket 

Source
pub unsafe extern "C" fn nrf_socket(
    family: c_int,
    type_: c_int,
    protocol: c_int,
) -> c_int
Expand description

Create a network socket.

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

In addition, the function may return -1 and set the following errno: