Function soapysdr_sys::SoapySDRDevice_writeSetting
source · pub unsafe extern "C" fn SoapySDRDevice_writeSetting(
device: *mut SoapySDRDevice,
key: *const c_char,
value: *const c_char
) -> c_int
Expand description
Write an arbitrary setting on the device. The interpretation is up the implementation. \param device a pointer to a device instance \param key the setting identifier \param value the setting value \return 0 for success or error code on failure