Skip to main content

SoapySDRDevice_readSetting

Function 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