iio.Attr class: Contains the representation of a channel or device attribute.
More...
|
abstract string | read () |
| Read the value of this attribute as a string . More...
|
|
abstract void | write (string val) |
| Set this attribute to the value contained in the string argument. More...
|
|
bool | read_bool () |
| Read the value of this attribute as a bool . More...
|
|
double | read_double () |
| Read the value of this attribute as a double . More...
|
|
long | read_long () |
| Read the value of this attribute as a long . More...
|
|
void | write (bool val) |
| Set this attribute to the value contained in the bool argument. More...
|
|
void | write (long val) |
| Set this attribute to the value contained in the long argument. More...
|
|
void | write (double val) |
| Set this attribute to the value contained in the double argument. More...
|
|
|
readonly string | name |
| The name of this attribute. More...
|
|
readonly string | filename |
| The filename in sysfs to which this attribute is bound. More...
|
|
iio.Attr class: Contains the representation of a channel or device attribute.
abstract string iio.Attr.read |
( |
| ) |
|
|
pure virtual |
Read the value of this attribute as a string
.
- Exceptions
-
System.Exception | The attribute could not be read. |
bool iio.Attr.read_bool |
( |
| ) |
|
|
inline |
Read the value of this attribute as a bool
.
- Exceptions
-
System.Exception | The attribute could not be read. |
double iio.Attr.read_double |
( |
| ) |
|
|
inline |
Read the value of this attribute as a double
.
- Exceptions
-
System.Exception | The attribute could not be read. |
long iio.Attr.read_long |
( |
| ) |
|
|
inline |
Read the value of this attribute as a long
.
- Exceptions
-
System.Exception | The attribute could not be read. |
abstract void iio.Attr.write |
( |
string |
val | ) |
|
|
pure virtual |
Set this attribute to the value contained in the string
argument.
- Parameters
-
val | The string value to set the parameter to. |
- Exceptions
-
System.Exception | The attribute could not be written. |
void iio.Attr.write |
( |
bool |
val | ) |
|
|
inline |
Set this attribute to the value contained in the bool
argument.
- Parameters
-
val | The bool value to set the parameter to. |
- Exceptions
-
System.Exception | The attribute could not be written. |
void iio.Attr.write |
( |
long |
val | ) |
|
|
inline |
Set this attribute to the value contained in the long
argument.
- Parameters
-
val | The long value to set the parameter to. |
- Exceptions
-
System.Exception | The attribute could not be written. |
void iio.Attr.write |
( |
double |
val | ) |
|
|
inline |
Set this attribute to the value contained in the double
argument.
- Parameters
-
val | The double value to set the parameter to. |
- Exceptions
-
System.Exception | The attribute could not be written. |
readonly string iio.Attr.filename |
The filename in sysfs to which this attribute is bound.
readonly string iio.Attr.name |
The name of this attribute.
The documentation for this class was generated from the following file:
- /home/travis/build/analogdevicesinc/libiio/bindings/csharp/Attr.cs