analogdevicesinc / libiio

A cross platform library for interfacing with local and remote Linux IIO devices
http://analogdevicesinc.github.io/libiio/
GNU Lesser General Public License v2.1
490 stars 317 forks source link

bindings/csharp: Update the C# bindings to match the new libiio API. #1122

Closed AlexandraTrifan closed 9 months ago

AlexandraTrifan commented 10 months ago

Add new objects for iio_attr and iio_event, fix existing IIO objects and update the ExampleProgram.cs file.A Add a new C# example - ExampleIIOEvent.cs with similar functionality to the iio_event.c in order to test the events API.

Add the necessary changes for PR #1133