[][src]Function rtlsdr_mt::devices

pub fn devices() -> impl Iterator<Item = &'static CStr>

Create an iterator over available RTL-SDR devices.

The iterator yields device names in index order, so the device with the first yielded name can be opened at index 0, and so on.