public interface UaVariableCallback
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue() |
boolean |
setValue(Object newValue) |
Object getValue() throws StatusException
StatusException - if the value is not available. Set the StatusCode to what should be
provided.boolean setValue(Object newValue) throws StatusException
newValue - the new value to set for the variable.StatusException - if the value cannot or may not be writtenCopyright © 2026. All rights reserved.