IIOObject

class iio.IIOObject : IDisposable

Subclassed by iio.Block, iio.BufferStream, iio.ChannelsMask, iio.Context, iio.EventStream, iio.Scan, iio.Stream

Public Functions

void Dispose ()

Releases all resource used by the iio.IIOObject object.

Call Dispose when you are finished using the iio.IIOObject. The Dispose method leaves the iio.IIOObject in an unusable state. After calling Dispose, you must release all references to the iio.IIOObject so the garbage collector can reclaim the memory that the iio.IIOObject was occupying.