iio.IOBuffer class: The class used for all I/O operations.
More...
|
|
readonly Device | dev |
| | The associated iio.Device object.
|
| |
|
readonly List< Attr > | attrs |
| | A list of all the attributes that this buffer has.
|
| |
|
|
bool | output [get] |
| | Returns true if the buffer is an output (TX) buffer.
|
| |
iio.IOBuffer class: The class used for all I/O operations.
- Examples
- ExampleProgram.cs.
◆ open()
Open this buffer for data streaming.
- Parameters
-
| mask | Channels mask for this stream. If NULL, use the default mask. |
- Exceptions
-
| IioLib.IIOException | The buffer stream could not be opened. |
The documentation for this class was generated from the following file: