Interface OPCWriteRequest

All Known Implementing Classes:
BasicWriteRequest

public interface OPCWriteRequest
  • Method Details

    • getValue

      Object getValue()
      The value to write
    • getNodeId

      ServerNodeId getNodeId()
      The id to write to
    • getIndexRange

      default 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.