Struct windows_sys::Win32::Devices::Communication::DCB
[−]#[repr(C)]pub struct DCB {Show 15 fields
pub DCBlength: u32,
pub BaudRate: u32,
pub _bitfield: u32,
pub wReserved: u16,
pub XonLim: u16,
pub XoffLim: u16,
pub ByteSize: u8,
pub Parity: DCB_PARITY,
pub StopBits: DCB_STOP_BITS,
pub XonChar: CHAR,
pub XoffChar: CHAR,
pub ErrorChar: CHAR,
pub EofChar: CHAR,
pub EvtChar: CHAR,
pub wReserved1: u16,
}Expand description
Required features: ‘Win32_Devices_Communication’, ‘Win32_Foundation’
Fields
DCBlength: u32BaudRate: u32_bitfield: u32wReserved: u16XonLim: u16XoffLim: u16ByteSize: u8Parity: DCB_PARITYStopBits: DCB_STOP_BITSXonChar: CHARXoffChar: CHARErrorChar: CHAREofChar: CHAREvtChar: CHARwReserved1: u16