Interface OPCWriteRequest
- All Known Implementing Classes:
- BasicWriteRequest
public interface OPCWriteRequest
- 
Method SummaryModifier 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- 
getValueObject getValue()The value to write
- 
getNodeIdServerNodeId getNodeId()The id to write to
- 
getIndexRangeIf 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 IndexRangeto write this value to.
 
 
-