Ported more methods
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user