Migrated more types

This commit is contained in:
2024-07-13 15:12:45 +02:00
parent 3394e70767
commit cd6fecd8fb
3 changed files with 19 additions and 24 deletions
@@ -16,12 +16,6 @@ internal class Win32Com
internal const UInt32 SETBREAK = 8;
internal const UInt32 CLRBREAK = 9;
// Constants for lpModemStat:
internal const UInt32 MS_CTS_ON = 0x0010;
internal const UInt32 MS_DSR_ON = 0x0020;
internal const UInt32 MS_RING_ON = 0x0040;
internal const UInt32 MS_RLSD_ON = 0x0080;
//Constants for lpErrors:
internal const UInt32 CE_RXOVER = 0x0001;
internal const UInt32 CE_OVERRUN = 0x0002;