4 references to RTS_CONTROL_ENABLE
System (4)
sys\system\io\ports\SerialStream.cs (4)
290SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_ENABLE); 465return (fRtsControl == NativeMethods.RTS_CONTROL_ENABLE); 477SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.RTS_CONTROL_ENABLE); 722this.rtsEnable = (GetDcbFlag(NativeMethods.FRTSCONTROL) == NativeMethods.RTS_CONTROL_ENABLE);