Interface IIeeeBaseTsnStatusStreamType

All Superinterfaces:
BaseInterfaceType, BaseObjectType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
All Known Implementing Classes:
IIeeeBaseTsnStatusStreamTypeNode

public interface IIeeeBaseTsnStatusStreamType extends BaseInterfaceType
See Also:
  • Method Details

    • getTalkerStatus

      org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus getTalkerStatus() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the TalkerStatus Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the TalkerStatus Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TalkerStatus Node.
    • setTalkerStatus

      void setTalkerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the TalkerStatus Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the TalkerStatus Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TalkerStatus Node.
    • readTalkerStatus

      org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus readTalkerStatus() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the TalkerStatus Node from the server and update the local value if the operation succeeds.
      Returns:
      the TsnTalkerStatus value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeTalkerStatus

      void writeTalkerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the TalkerStatus Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the TsnTalkerStatus value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readTalkerStatusAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus> readTalkerStatusAsync()
      An asynchronous implementation of readTalkerStatus().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeTalkerStatusAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTalkerStatusAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getTalkerStatusNode

      BaseDataVariableType getTalkerStatusNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the TalkerStatus BaseDataVariableType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the TalkerStatus BaseDataVariableType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getTalkerStatusNodeAsync

      CompletableFuture<? extends BaseDataVariableType> getTalkerStatusNodeAsync()
      Asynchronous implementation of getTalkerStatusNode().
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getListenerStatus

      org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus getListenerStatus() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the ListenerStatus Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the ListenerStatus Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ListenerStatus Node.
    • setListenerStatus

      void setListenerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the ListenerStatus Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the ListenerStatus Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ListenerStatus Node.
    • readListenerStatus

      org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus readListenerStatus() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the ListenerStatus Node from the server and update the local value if the operation succeeds.
      Returns:
      the TsnListenerStatus value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeListenerStatus

      void writeListenerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the ListenerStatus Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the TsnListenerStatus value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readListenerStatusAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus> readListenerStatusAsync()
      An asynchronous implementation of readListenerStatus().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeListenerStatusAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeListenerStatusAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getListenerStatusNode

      BaseDataVariableType getListenerStatusNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the ListenerStatus BaseDataVariableType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the ListenerStatus BaseDataVariableType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getListenerStatusNodeAsync

      CompletableFuture<? extends BaseDataVariableType> getListenerStatusNodeAsync()
      Asynchronous implementation of getListenerStatusNode().
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getFailureCode

      org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode getFailureCode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the FailureCode Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the FailureCode Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the FailureCode Node.
    • setFailureCode

      void setFailureCode(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the FailureCode Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the FailureCode Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the FailureCode Node.
    • readFailureCode

      org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode readFailureCode() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the FailureCode Node from the server and update the local value if the operation succeeds.
      Returns:
      the TsnFailureCode value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeFailureCode

      void writeFailureCode(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the FailureCode Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the TsnFailureCode value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readFailureCodeAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode> readFailureCodeAsync()
      An asynchronous implementation of readFailureCode().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeFailureCodeAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeFailureCodeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getFailureCodeNode

      BaseDataVariableType getFailureCodeNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the FailureCode BaseDataVariableType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the FailureCode BaseDataVariableType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getFailureCodeNodeAsync

      CompletableFuture<? extends BaseDataVariableType> getFailureCodeNodeAsync()
      Asynchronous implementation of getFailureCodeNode().
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getFailureSystemIdentifier

      Object getFailureSystemIdentifier() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the FailureSystemIdentifier Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the FailureSystemIdentifier Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the FailureSystemIdentifier Node.
    • setFailureSystemIdentifier

      void setFailureSystemIdentifier(Object value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the FailureSystemIdentifier Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the FailureSystemIdentifier Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the FailureSystemIdentifier Node.
    • readFailureSystemIdentifier

      Object readFailureSystemIdentifier() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the FailureSystemIdentifier Node from the server and update the local value if the operation succeeds.
      Returns:
      the Object value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeFailureSystemIdentifier

      void writeFailureSystemIdentifier(Object value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the FailureSystemIdentifier Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the Object value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readFailureSystemIdentifierAsync

      CompletableFuture<?> readFailureSystemIdentifierAsync()
      An asynchronous implementation of readFailureSystemIdentifier().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeFailureSystemIdentifierAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeFailureSystemIdentifierAsync(Object value)
      An asynchronous implementation of writeFailureSystemIdentifier(java.lang.Object).
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getFailureSystemIdentifierNode

      BaseDataVariableType getFailureSystemIdentifierNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the FailureSystemIdentifier BaseDataVariableType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the FailureSystemIdentifier BaseDataVariableType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getFailureSystemIdentifierNodeAsync

      CompletableFuture<? extends BaseDataVariableType> getFailureSystemIdentifierNodeAsync()
      Asynchronous implementation of getFailureSystemIdentifierNode().
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.