Function soapysdr_sys::SoapySDRDevice_releaseReadBuffer
source · pub unsafe extern "C" fn SoapySDRDevice_releaseReadBuffer(
device: *mut SoapySDRDevice,
stream: *mut SoapySDRStream,
handle: usize
)
Expand description
Release an acquired buffer back to the receive stream. This call is part of the direct buffer access API.
\param device a pointer to a device instance \param stream the opaque pointer to a stream handle \param handle the opaque handle from the acquire() call