Function soapysdr_sys::SoapySDRDevice_unmake_list
source · pub unsafe extern "C" fn SoapySDRDevice_unmake_list(
devices: *mut *mut SoapySDRDevice,
length: usize
) -> c_int
Expand description
Unmake or release a list of device handles and free the devices array memory as well. This is a convenience call to parallelize device destruction, and is fundamentally a parallel for loop of unmake(Device *).
\param devices a list of pointers to device objects \param length the length of the devices array \return 0 for success or error code on failure