|
openDAQ
Open data acquisition platform
|
Inherits IEventArgs.
Event arguments used in property metadata onRead events. Currently part of the "Suggested values" and "Selection values" read events. They allow listeners to override the read value of the metadata field.
Listeners of such events are expected to always override the current value via the setValue method.
Public Member Functions | |
| virtual ErrCode INTERFACE_FUNC | getProperty (IProperty **property)=0 |
| Gets the property that owns the metadata field. More... | |
| virtual ErrCode INTERFACE_FUNC | getValue (IBaseObject **value)=0 |
| Gets the current value of the metadata field. More... | |
| virtual ErrCode INTERFACE_FUNC | setValue (IBaseObject *value)=0 |
| Sets the current value of the metadata field. More... | |
Gets the property that owns the metadata field.
| property | The property that owns the metadata field. |
|
pure virtual |
Gets the current value of the metadata field.
| value | The value of the metadata field. |
|
pure virtual |
Sets the current value of the metadata field.
| value | The value of the metadata field. |