3 writes to comStat
System (3)
sys\system\io\ports\SerialStream.cs (3)
612
if (UnsafeNativeMethods.ClearCommError(_handle, ref errorCode, ref
comStat
) == false)
626
if (UnsafeNativeMethods.ClearCommError(_handle, ref errorCode, ref
comStat
) == false)
710
comStat
= new UnsafeNativeMethods.COMSTAT();
2 references to comStat
System (2)
sys\system\io\ports\SerialStream.cs (2)
616
return (int)
comStat
.cbInQue;
628
return (int)
comStat
.cbOutQue;