nrf_bind

Function nrf_bind 

Source
pub unsafe extern "C" fn nrf_bind(
    socket: c_int,
    address: *const nrf_sockaddr,
    address_len: nrf_socklen_t,
) -> c_int
Expand description

Bind a name to a socket.

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

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