4 references to GetCommModemStatus
System (4)
sys\system\io\ports\SerialStream.cs (4)
573
if (UnsafeNativeMethods.
GetCommModemStatus
(_handle, ref pinStatus) == false)
586
if (UnsafeNativeMethods.
GetCommModemStatus
(_handle, ref pinStatus) == false)
598
if (UnsafeNativeMethods.
GetCommModemStatus
(_handle, ref pinStatus) == false)
696
|| !UnsafeNativeMethods.
GetCommModemStatus
(_handle, ref pinStatus))