NcReaderOptions

Type Alias NcReaderOptions 

Source
pub type NcReaderOptions = ncreader_options;
Expand description

Options struct for NcReader

type in C: ncreader_options (struct)

Aliased Type§

#[repr(C)]
pub struct NcReaderOptions { pub tchannels: u64, pub tattrword: u32, pub flags: u64, }

Fields§

§tchannels: u64

channels used for input

§tattrword: u32

attributes used for input

§flags: u64

bitfield of NCREADER_OPTION_*