Interface OPCWriteRequest
- All Known Implementing Classes:
BasicWriteRequest
public interface OPCWriteRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<IndexRange>
If present, the node identified bygetNodeId()
is an array this value should be written to the element or elements at the givenIndexRange
.The id to write togetValue()
The value to write
-
Method Details
-
getValue
Object getValue()The value to write -
getNodeId
ServerNodeId getNodeId()The id to write to -
getIndexRange
If present, the node identified bygetNodeId()
is an array this value should be written to the element or elements at the givenIndexRange
.- Returns:
- if present, the
IndexRange
to write this value to.
-