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