Interface OPCWriteRequest

    • Method Detail

      • getValue

        java.lang.Object getValue()
        The value to write
      • getIndexRange

        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.
        Returns:
        if present, the IndexRange to write this value to.