write_value


Description:

[ Version ( since = "1.9.4" ) ]
public virtual bool write_value (string value) throws Error

Writes a new value into the setting if it is different from the current value.

If add_possible_value_full was used then the display value is automatically mapped to the raw value before being written.

NOTE: A subclass should handle the `->write_value` vfunc and actually write the value to the firmware.

Parameters:

this

a BiosSetting

value

The string to write

Returns:

true for success