Function nrfxlib_sys::nrf_poll

source ·
pub unsafe extern "C" fn nrf_poll(
    fds: *mut nrf_pollfd,
    nfds: nrf_nfds_t,
    timeout: c_int
) -> c_int
Expand description

Poll multiple sockets for events.

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

@note In Modem library, this function works only with Modem library sockets, not arbitrary file descriptors.