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

public interface IIeeeBaseTsnStreamType extends BaseInterfaceType
See Also:
  • Method Details

    • getStreamId

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] getStreamId() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the StreamId Node.

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

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

      void setStreamId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the StreamId Node.

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

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

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] readStreamId() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the StreamId Node from the server and update the local value if the operation succeeds.
      Returns:
      the UByte value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeStreamId

      void writeStreamId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the StreamId Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UByte value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readStreamIdAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[]> readStreamIdAsync()
      An asynchronous implementation of readStreamId().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeStreamIdAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStreamIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getStreamIdNode

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

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

      Returns:
      the StreamId 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.
    • getStreamIdNodeAsync

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

      String getStreamName() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the StreamName Node.

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

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

      void setStreamName(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the StreamName Node.

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

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

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

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

      CompletableFuture<? extends String> readStreamNameAsync()
      An asynchronous implementation of readStreamName().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeStreamNameAsync

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

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

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

      Returns:
      the StreamName 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.
    • getStreamNameNodeAsync

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

      org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState getState() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the State Node.

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

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

      void setState(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the State Node.

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

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

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

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

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

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

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

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

      Returns:
      the State 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.
    • getStateNodeAsync

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

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getAccumulatedLatency() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the AccumulatedLatency Node.

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

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

      void setAccumulatedLatency(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the AccumulatedLatency Node.

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

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

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readAccumulatedLatency() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the AccumulatedLatency Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeAccumulatedLatency

      void writeAccumulatedLatency(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the AccumulatedLatency Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readAccumulatedLatencyAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readAccumulatedLatencyAsync()
      An asynchronous implementation of readAccumulatedLatency().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeAccumulatedLatencyAsync

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

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

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

      Returns:
      the AccumulatedLatency 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.
    • getAccumulatedLatencyNodeAsync

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

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getSrClassId() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the SrClassId Node.

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

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

      void setSrClassId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the SrClassId Node.

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

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

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readSrClassId() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the SrClassId Node from the server and update the local value if the operation succeeds.
      Returns:
      the UByte value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeSrClassId

      void writeSrClassId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the SrClassId Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UByte value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readSrClassIdAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> readSrClassIdAsync()
      An asynchronous implementation of readSrClassId().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeSrClassIdAsync

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

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

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

      Returns:
      the SrClassId 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.
    • getSrClassIdNodeAsync

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