Function riot_sys::netif_get_by_id

source ·
pub unsafe extern "C" fn netif_get_by_id(id: i16) -> *mut netif_t
Expand description

@brief Gets interface by a numeric identifier.

@param[in] id A numeric identifier.

@return The interface on success. @return NULL if no interface with identifier @p id.