C# Bindings
The C# bindings provide a .NET interface to libiio, allowing applications written in C# to access Industrial I/O devices.
Installation
The C# bindings are distributed as libiio-sharp.dll.
Build libiio with C# bindings enabled:
cmake -DCSHARP_BINDINGS=ON .. make make install
Copy
libiio-sharp.dllto your projectAdd reference to the DLL in your C# project
Source Code
The C# bindings source code is available at: bindings/csharp