pub unsafe extern "C" fn SoapySDRDevice_getSampleRateRange(
    device: *const SoapySDRDevice,
    direction: c_int,
    channel: usize,
    length: *mut usize
) -> *mut SoapySDRRange
Expand description

Get the range of possible baseband sample rates. \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 [out] length the number of sample rates \return a list of sample rate ranges in samples per second