write_int


Description:

protected void write_int (string property, int value) throws Error

Writes an int value to a sysfs attribute.

Parameters:

property

The name of the sysfs attribute to write to.

value

The value to write to the attribute.

Exceptions:

Error

if writing failed.