Corsinvest / cv4ab-api-dotnet

API for accessing Allen-Bradley PLC data over Ethernet Windows/Linux .NET Core
GNU General Public License v3.0
45 stars 23 forks source link

Make use of official libplctag.NativeImport package #14

Closed timyhac closed 3 years ago

timyhac commented 3 years ago

Hi there @franklupo!

If you are interested - I've prepared a Pull Request for your fantastic library to make use of the libplctag.NativeImport package.

This package just provides the native libraries, and the relevant P/Invoke interop logic, and the various constants (Error Codes, Debug Levels, and Events).

The benefit to your customers would be:

The benefit to you would be:

timyhac commented 3 years ago

Cool! Thanks for the quick response!