C# bindings for libiio 1.0
C# bindings for libIIO
Loading...
Searching...
No Matches
iio.IOBuffer Class Reference

iio.IOBuffer class: The class used for all I/O operations. More...

Collaboration diagram for iio.IOBuffer:

Public Member Functions

BufferStream open (ChannelsMask mask)
 Open this buffer for data streaming.
 

Public Attributes

readonly Device dev
 The associated iio.Device object.
 
readonly List< Attrattrs
 A list of all the attributes that this buffer has.
 

Properties

bool output [get]
 Returns true if the buffer is an output (TX) buffer.
 

Detailed Description

iio.IOBuffer class: The class used for all I/O operations.

Examples
ExampleProgram.cs.

Member Function Documentation

◆ open()

BufferStream iio.IOBuffer.open ( ChannelsMask  mask)
inline

Open this buffer for data streaming.

Parameters
maskChannels mask for this stream. If NULL, use the default mask.
Exceptions
IioLib.IIOExceptionThe buffer stream could not be opened.

The documentation for this class was generated from the following file: