|
C# bindings for libiio 1.0
C# bindings for libIIO
|
Classes | |
| class | Attr |
| iio.Attr class: Contains the representation of an iio_attr. More... | |
| class | BufferStream |
| iio.BufferStream class: The class used for streaming operations on opened buffers. More... | |
| class | Channel |
| iio.Channel class: Contains the representation of an input or output channel. More... | |
| class | Context |
| iio.Context class: Contains the representation of an IIO context. More... | |
| class | Device |
| iio.Device class: Contains the representation of an IIO device. More... | |
| class | EventStream |
| iio.EventStream class: Contains the representation of an event stream. More... | |
| struct | IioContextParams |
| Represents the parameters for creating an IIO context. More... | |
| class | IIOEvent |
| iio.IIOEvent class: Contains the representation of an iio_event. More... | |
| class | IOBuffer |
| iio.IOBuffer class: The class used for all I/O operations. More... | |
| class | Scan |
| iio.ScanContext class: Class for getting information about the available contexts. More... | |
| class | Trigger |
| iio.Trigger class: Contains the representation of an IIO device that can act as a trigger. More... | |
Enumerations | |
| enum | IioLogLevel { NoLog = 1 , Error = 2 , Warning = 3 , Info = 4 , Debug = 5 } |
| Represents the log levels for IIO. | |