3 references to EscapeCommFunction
System (3)
sys\system\io\ports\SerialStream.cs (3)
251if (!UnsafeNativeMethods.EscapeCommFunction(_handle, value ? NativeMethods.SETDTR : NativeMethods.CLRDTR)) 489if (!UnsafeNativeMethods.EscapeCommFunction(_handle, value ? NativeMethods.SETRTS : NativeMethods.CLRRTS)) 805if (!UnsafeNativeMethods.EscapeCommFunction(_handle, NativeMethods.CLRDTR))