Struct nri::bluefox::wrapper::Device [-] [+] [src]

pub struct Device {
    dmr: HDMR,
    dev: HDEV,
    drv: HDRV,
}

Fields

dmr
dev
drv

Methods

impl Device

fn new() -> Result<Device, TDMR_ERROR>

fn request(&self) -> Result<Image, TDMR_ERROR>

fn close(&self) -> Result<(), TDMR_ERROR>