All Superinterfaces:
Node

public interface ObjectNode extends Node
  • Method Details

    • getEventNotifier

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getEventNotifier()
      The EventNotifier attribute identifies whether the Object can be used to subscribe to Events or to read and write the history of the Events.
      Returns:
      the EventNotifier attribute of this Object.
    • setEventNotifier

      void setEventNotifier(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
      Set the EventNotifier attribute of this Object.
      Parameters:
      eventNotifier - the EventNotifier attribute to set.