Function soapysdr_sys::SoapySDRDevice_readSetting
source · pub unsafe extern "C" fn SoapySDRDevice_readSetting(
device: *const SoapySDRDevice,
key: *const c_char
) -> *mut c_char
Expand description
Read an arbitrary setting on the device. \param device a pointer to a device instance \param key the setting identifier \return the setting value