pub unsafe extern "C" fn SoapySDRDevice_readSetting(
device: *const SoapySDRDevice,
key: *const c_char,
) -> *mut c_charExpand 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