setValue
Sets the value of the element.
Declaration
virtual void setValue(uint32_t 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.