pub unsafe extern "C" fn SoapySDRDevice_getFrequencyRangeComponent(
device: *const SoapySDRDevice,
direction: c_int,
channel: usize,
name: *const c_char,
length: *mut usize
) -> *mut SoapySDRRange
Expand description
Get the range of tunable values for the specified element. \param device a pointer to a device instance \param direction the channel direction RX or TX \param channel an available channel on the device \param name the name of a tunable element \param [out] length the number of ranges \return a list of frequency ranges in Hz