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

Get the range of possible baseband filter widths. \deprecated replaced by getBandwidthRange() \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 bandwidths \return a list of possible bandwidths in Hz