More type migration
This commit is contained in:
@@ -501,7 +501,7 @@ public partial class SerialPort : IDisposable
|
||||
s = s.Append("Framing,");
|
||||
}
|
||||
|
||||
if (((uint)errs & Win32Com.CE_IOE) != 0)
|
||||
if (((uint)errs & PInvoke.CE_IOE) != 0)
|
||||
{
|
||||
s = s.Append("IO,");
|
||||
}
|
||||
@@ -521,7 +521,7 @@ public partial class SerialPort : IDisposable
|
||||
s = s.Append("Parity,");
|
||||
}
|
||||
|
||||
if (((uint)errs & Win32Com.CE_TXFULL) != 0)
|
||||
if (((uint)errs & PInvoke.CE_TXFULL) != 0)
|
||||
{
|
||||
s = s.Append("Transmit Overflow,");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user