Contents

setDataValue

Sets the data value of the element.

Declaration

virtual void setDataValue(OSData *value);

Parameters

  • value:

    The value to set.

Discussion

Sets the value of the element. The value will not be propagated to the device until the commit() function is called.

See Also

Accessing the Element’s Value