Interface IIeeeBaseTsnStreamType
- 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
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the AccumulatedLatency Node.Get the AccumulatedLatencyBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetAccumulatedLatencyNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteGet the local value of the SrClassId Node.Get the SrClassIdBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetSrClassIdNode().org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamStategetState()Get the local value of the State Node.Get the StateBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[]Get the local value of the StreamId Node.Get the StreamIdBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetStreamIdNode().Get the local value of the StreamName Node.Get the StreamNameBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetStreamNameNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the AccumulatedLatency Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofreadAccumulatedLatency().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteRead the value of the SrClassId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte>An asynchronous implementation ofreadSrClassId().org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamStateRead the value of the State Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState>An asynchronous implementation ofreadState().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[]Read the value of the StreamId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[]>An asynchronous implementation ofreadStreamId().Read the value of the StreamName Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadStreamName().voidsetAccumulatedLatency(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the AccumulatedLatency Node.voidsetSrClassId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Set the local value of the SrClassId Node.voidsetState(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState value) Set the local value of the State Node.voidsetStreamId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] value) Set the local value of the StreamId Node.voidsetStreamName(String value) Set the local value of the StreamName Node.voidwriteAccumulatedLatency(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the AccumulatedLatency Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeAccumulatedLatencyAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteAccumulatedLatency(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteSrClassId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Write a new value for the SrClassId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSrClassIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) An asynchronous implementation ofwriteSrClassId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).voidwriteState(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState value) Write a new value for the State Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeStateAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState value) An asynchronous implementation ofwriteState(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState).voidwriteStreamId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] value) Write a new value for the StreamId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeStreamIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] value) An asynchronous implementation ofwriteStreamId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[]).voidwriteStreamName(String value) Write a new value for the StreamName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeStreamNameAsync(String value) An asynchronous implementation ofwriteStreamName(java.lang.String).Methods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Method Details
-
getStreamId
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[] getStreamId() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet 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.UaExceptionRead the value of the StreamId Node from the server and update the local value if the operation succeeds.- Returns:
- the
UBytevalue 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- theUBytevalue 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 ofreadStreamId().- 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) An asynchronous implementation ofwriteStreamId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[]).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getStreamIdNode
Get the StreamIdBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the StreamId
BaseDataVariableTypeNode, ornullif 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 ofgetStreamIdNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getStreamName
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
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
Read the value of the StreamName Node from the server and update the local value if the operation succeeds.- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeStreamName
Write a new value for the StreamName Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStringvalue 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 ofreadStreamName().- 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 ofwriteStreamName(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getStreamNameNode
Get the StreamNameBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the StreamName
BaseDataVariableTypeNode, ornullif 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 ofgetStreamNameNode().- 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.UaExceptionGet 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.UaExceptionRead the value of the State Node from the server and update the local value if the operation succeeds.- Returns:
- the
TsnStreamStatevalue 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- theTsnStreamStatevalue 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 ofreadState().- 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) An asynchronous implementation ofwriteState(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getStateNode
Get the StateBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the State
BaseDataVariableTypeNode, ornullif 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 ofgetStateNode().- 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.UaExceptionGet 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.UaExceptionRead the value of the AccumulatedLatency Node from the server and update the local value if the operation succeeds.- Returns:
- the
UIntegervalue 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- theUIntegervalue 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 ofreadAccumulatedLatency().- 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) An asynchronous implementation ofwriteAccumulatedLatency(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- 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.UaExceptionGet the AccumulatedLatencyBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the AccumulatedLatency
BaseDataVariableTypeNode, ornullif 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 ofgetAccumulatedLatencyNode().- 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.UaExceptionGet 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.UaExceptionRead the value of the SrClassId Node from the server and update the local value if the operation succeeds.- Returns:
- the
UBytevalue 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- theUBytevalue 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 ofreadSrClassId().- 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) An asynchronous implementation ofwriteSrClassId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSrClassIdNode
Get the SrClassIdBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SrClassId
BaseDataVariableTypeNode, ornullif 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 ofgetSrClassIdNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-