Ported more methods

This commit is contained in:
2022-10-03 20:21:52 +02:00
parent 7b5449a95b
commit 1219c19acb
2 changed files with 25 additions and 45 deletions
@@ -1,15 +0,0 @@
using System;
using System.Runtime.InteropServices;
namespace Nefarius.Peripherals.SerialPort.Win32PInvoke
{
[StructLayout(LayoutKind.Sequential)]
internal struct OVERLAPPED
{
internal UIntPtr Internal;
internal UIntPtr InternalHigh;
internal UInt32 Offset;
internal UInt32 OffsetHigh;
internal IntPtr hEvent;
}
}