[][src]Function rtlsdr_mt::open

pub fn open(idx: u32) -> Result<(Controller, Reader)>

Try to open the RTL-SDR device at the given index.

Return a controller and reader for the device on success.