2 references to DTR_CONTROL_ENABLE
System (2)
sys\system\io\ports\SerialStream.cs (2)
236return (fDtrControl == NativeMethods.DTR_CONTROL_ENABLE); 243SetDcbFlag(NativeMethods.FDTRCONTROL, value ? NativeMethods.DTR_CONTROL_ENABLE : NativeMethods.DTR_CONTROL_DISABLE);