C# bindings for libiio  1.0
C# bindings for libIIO
 All Classes Namespaces Functions Variables Enumerations Properties
iio.Scan Class Reference

iio.ScanContext class: Class for getting information about the available contexts. More...

Inherits iio.IIOObject.

Public Member Functions

 Scan (string backends=null)
 
- Public Member Functions inherited from iio.IIOObject
void Dispose ()
 Releases all resource used by the iio.IIOObject object. More...
 

Public Attributes

readonly uint nb_results
 The number of contexts scanned. More...
 
readonly Dictionary< string,
string > 
results
 A Dictionary{String, String} containing each context's uri as key and its description as value. More...
 

Protected Member Functions

override void Destroy ()
 
- Protected Member Functions inherited from iio.IIOObject
 IIOObject (IntPtr hdl)
 
abstract void Destroy ()
 

Detailed Description

iio.ScanContext class: Class for getting information about the available contexts.

Member Data Documentation

readonly uint iio.Scan.nb_results

The number of contexts scanned.

readonly Dictionary<string, string> iio.Scan.results

A Dictionary{String, String} containing each context's uri as key and its description as value.


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