write_string


Description:

protected void write_string (string property, string value) throws Error

Writes a string 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.