All Implemented Interfaces:
BaseInterfaceType, BaseObjectType, IIeeeBaseTsnStreamType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode

public class IIeeeBaseTsnStreamTypeNode extends BaseInterfaceTypeNode implements IIeeeBaseTsnStreamType
  • Constructor Details

    • IIeeeBaseTsnStreamTypeNode

      public IIeeeBaseTsnStreamTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
  • Method Details

    • getStreamId

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] getStreamId() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Get the local value of the StreamId Node.

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

      Specified by:
      getStreamId in interface IIeeeBaseTsnStreamType
      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

      public void setStreamId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Set the local value of the StreamId Node.

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

      Specified by:
      setStreamId in interface IIeeeBaseTsnStreamType
      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

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] readStreamId() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Read the value of the StreamId Node from the server and update the local value if the operation succeeds.
      Specified by:
      readStreamId in interface IIeeeBaseTsnStreamType
      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

      public void writeStreamId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Write a new value for the StreamId Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeStreamId in interface IIeeeBaseTsnStreamType
      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

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

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStreamIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] streamId)
      Description copied from interface: IIeeeBaseTsnStreamType
      Specified by:
      writeStreamIdAsync in interface IIeeeBaseTsnStreamType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getStreamIdNode

      public BaseDataVariableTypeNode getStreamIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Get the StreamId BaseDataVariableType Node, or null if it does not exist.

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

      Specified by:
      getStreamIdNode in interface IIeeeBaseTsnStreamType
      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

      public CompletableFuture<? extends BaseDataVariableTypeNode> getStreamIdNodeAsync()
      Description copied from interface: IIeeeBaseTsnStreamType
      Asynchronous implementation of IIeeeBaseTsnStreamType.getStreamIdNode().
      Specified by:
      getStreamIdNodeAsync in interface IIeeeBaseTsnStreamType
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getStreamName

      public String getStreamName() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Get the local value of the StreamName Node.

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

      Specified by:
      getStreamName in interface IIeeeBaseTsnStreamType
      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

      public void setStreamName(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Set the local value of the StreamName Node.

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

      Specified by:
      setStreamName in interface IIeeeBaseTsnStreamType
      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

      public String readStreamName() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Read the value of the StreamName Node from the server and update the local value if the operation succeeds.
      Specified by:
      readStreamName in interface IIeeeBaseTsnStreamType
      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

      public void writeStreamName(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Write a new value for the StreamName Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeStreamName in interface IIeeeBaseTsnStreamType
      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

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

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStreamNameAsync(String streamName)
      Description copied from interface: IIeeeBaseTsnStreamType
      Specified by:
      writeStreamNameAsync in interface IIeeeBaseTsnStreamType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getStreamNameNode

      public BaseDataVariableTypeNode getStreamNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Get the StreamName BaseDataVariableType Node, or null if it does not exist.

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

      Specified by:
      getStreamNameNode in interface IIeeeBaseTsnStreamType
      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

      public CompletableFuture<? extends BaseDataVariableTypeNode> getStreamNameNodeAsync()
      Description copied from interface: IIeeeBaseTsnStreamType
      Asynchronous implementation of IIeeeBaseTsnStreamType.getStreamNameNode().
      Specified by:
      getStreamNameNodeAsync in interface IIeeeBaseTsnStreamType
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getState

      public org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState getState() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Get the local value of the State Node.

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

      Specified by:
      getState in interface IIeeeBaseTsnStreamType
      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

      public void setState(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Set the local value of the State Node.

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

      Specified by:
      setState in interface IIeeeBaseTsnStreamType
      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

      public org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState readState() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Read the value of the State Node from the server and update the local value if the operation succeeds.
      Specified by:
      readState in interface IIeeeBaseTsnStreamType
      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

      public void writeState(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Write a new value for the State Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeState in interface IIeeeBaseTsnStreamType
      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

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

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStateAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState state)
      Description copied from interface: IIeeeBaseTsnStreamType
      Specified by:
      writeStateAsync in interface IIeeeBaseTsnStreamType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getStateNode

      public BaseDataVariableTypeNode getStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Get the State BaseDataVariableType Node, or null if it does not exist.

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

      Specified by:
      getStateNode in interface IIeeeBaseTsnStreamType
      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

      public CompletableFuture<? extends BaseDataVariableTypeNode> getStateNodeAsync()
      Description copied from interface: IIeeeBaseTsnStreamType
      Asynchronous implementation of IIeeeBaseTsnStreamType.getStateNode().
      Specified by:
      getStateNodeAsync in interface IIeeeBaseTsnStreamType
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getAccumulatedLatency

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getAccumulatedLatency() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Get the local value of the AccumulatedLatency Node.

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

      Specified by:
      getAccumulatedLatency in interface IIeeeBaseTsnStreamType
      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

      public void setAccumulatedLatency(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Set the local value of the AccumulatedLatency Node.

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

      Specified by:
      setAccumulatedLatency in interface IIeeeBaseTsnStreamType
      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

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readAccumulatedLatency() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Read the value of the AccumulatedLatency Node from the server and update the local value if the operation succeeds.
      Specified by:
      readAccumulatedLatency in interface IIeeeBaseTsnStreamType
      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

      public void writeAccumulatedLatency(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Write a new value for the AccumulatedLatency Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeAccumulatedLatency in interface IIeeeBaseTsnStreamType
      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

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

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAccumulatedLatencyAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger accumulatedLatency)
      Description copied from interface: IIeeeBaseTsnStreamType
      Specified by:
      writeAccumulatedLatencyAsync in interface IIeeeBaseTsnStreamType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getAccumulatedLatencyNode

      public BaseDataVariableTypeNode getAccumulatedLatencyNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Get the AccumulatedLatency BaseDataVariableType Node, or null if it does not exist.

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

      Specified by:
      getAccumulatedLatencyNode in interface IIeeeBaseTsnStreamType
      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

      public CompletableFuture<? extends BaseDataVariableTypeNode> getAccumulatedLatencyNodeAsync()
      Description copied from interface: IIeeeBaseTsnStreamType
      Specified by:
      getAccumulatedLatencyNodeAsync in interface IIeeeBaseTsnStreamType
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getSrClassId

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getSrClassId() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Get the local value of the SrClassId Node.

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

      Specified by:
      getSrClassId in interface IIeeeBaseTsnStreamType
      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

      public void setSrClassId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Set the local value of the SrClassId Node.

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

      Specified by:
      setSrClassId in interface IIeeeBaseTsnStreamType
      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

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readSrClassId() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Read the value of the SrClassId Node from the server and update the local value if the operation succeeds.
      Specified by:
      readSrClassId in interface IIeeeBaseTsnStreamType
      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

      public void writeSrClassId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Write a new value for the SrClassId Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeSrClassId in interface IIeeeBaseTsnStreamType
      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

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

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSrClassIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte srClassId)
      Description copied from interface: IIeeeBaseTsnStreamType
      Specified by:
      writeSrClassIdAsync in interface IIeeeBaseTsnStreamType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getSrClassIdNode

      public BaseDataVariableTypeNode getSrClassIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseTsnStreamType
      Get the SrClassId BaseDataVariableType Node, or null if it does not exist.

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

      Specified by:
      getSrClassIdNode in interface IIeeeBaseTsnStreamType
      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

      public CompletableFuture<? extends BaseDataVariableTypeNode> getSrClassIdNodeAsync()
      Description copied from interface: IIeeeBaseTsnStreamType
      Asynchronous implementation of IIeeeBaseTsnStreamType.getSrClassIdNode().
      Specified by:
      getSrClassIdNodeAsync in interface IIeeeBaseTsnStreamType
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.