diff --git a/Nefarius.Peripherals.SerialPort/NativeMethods.txt b/Nefarius.Peripherals.SerialPort/NativeMethods.txt new file mode 100644 index 0000000..c2b548f --- /dev/null +++ b/Nefarius.Peripherals.SerialPort/NativeMethods.txt @@ -0,0 +1,16 @@ +CreateFile +GetHandleInformation +SetCommState +SetCommTimeouts +SetupComm +WriteFile +SetCommMask +WaitCommEvent +CancelIo +ReadFile +TransmitCommChar +EscapeCommFunction +GetCommModemStatus +GetOverlappedResult +ClearCommError +GetCommProperties \ No newline at end of file diff --git a/Nefarius.Peripherals.SerialPort/Nefarius.Peripherals.SerialPort.csproj b/Nefarius.Peripherals.SerialPort/Nefarius.Peripherals.SerialPort.csproj index 99660d7..ce80c6b 100644 --- a/Nefarius.Peripherals.SerialPort/Nefarius.Peripherals.SerialPort.csproj +++ b/Nefarius.Peripherals.SerialPort/Nefarius.Peripherals.SerialPort.csproj @@ -3,6 +3,7 @@ netstandard2.0 true Ebrahim Byagowi, Benjamin Höglinger-Stelzer + true https://github.com/nefarius/PInvokeSerialPort https://github.com/nefarius/PInvokeSerialPort Nefarius.Peripherals.SerialPort @@ -27,4 +28,10 @@ + + + + all + + \ No newline at end of file