pub unsafe extern "C" fn SoapySDRDevice_enumerateStrArgs(
    args: *const c_char,
    length: *mut usize
) -> *mut SoapySDRKwargs
Expand description

Enumerate a list of available devices on the system. Markup format for args: “keyA=valA, keyB=valB”. \param args a markup string of key/value argument filters \param [out] length the number of elements in the result. \return a list of arguments strings, each unique to a device