public interface OPCWriteRequest
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<IndexRange> |
getIndexRange()
If present, the node identified by
getNodeId() is an array this
value should be written to the element or elements at the given IndexRange. |
ServerNodeId |
getNodeId()
The id to write to
|
java.lang.Object |
getValue()
The value to write
|
java.lang.Object getValue()
ServerNodeId getNodeId()
default java.util.Optional<IndexRange> getIndexRange()
getNodeId() is an array this
value should be written to the element or elements at the given IndexRange.IndexRange to write this value to.