Function soapysdr_sys::SoapySDRDevice_lastStatus
source · pub unsafe extern "C" fn SoapySDRDevice_lastStatus() -> c_int
Expand description
Get the last status code after a Device API call. The status code is cleared on entry to each Device call. When an device API call throws, the C bindings catch the exception, and set a non-zero last status code. Use lastStatus() to determine success/failure for Device calls without integer status return codes.