Class IIeeeBaseTsnStreamTypeNode
- All Implemented Interfaces:
BaseInterfaceType,BaseObjectType,IIeeeBaseTsnStreamType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionIIeeeBaseTsnStreamTypeNode(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 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 BaseDataVariableTypeNode>Asynchronous implementation ofIIeeeBaseTsnStreamType.getAccumulatedLatencyNode().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 BaseDataVariableTypeNode>Asynchronous implementation ofIIeeeBaseTsnStreamType.getSrClassIdNode().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 BaseDataVariableTypeNode>Asynchronous implementation ofIIeeeBaseTsnStreamType.getStateNode().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 BaseDataVariableTypeNode>Asynchronous implementation ofIIeeeBaseTsnStreamType.getStreamIdNode().Get the local value of the StreamName Node.Get the StreamNameBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofIIeeeBaseTsnStreamType.getStreamNameNode().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 ofIIeeeBaseTsnStreamType.readAccumulatedLatency().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 ofIIeeeBaseTsnStreamType.readSrClassId().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 ofIIeeeBaseTsnStreamType.readState().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 ofIIeeeBaseTsnStreamType.readStreamId().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 ofIIeeeBaseTsnStreamType.readStreamName().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 accumulatedLatency) An asynchronous implementation ofIIeeeBaseTsnStreamType.writeAccumulatedLatency(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 srClassId) An asynchronous implementation ofIIeeeBaseTsnStreamType.writeSrClassId(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 state) An asynchronous implementation ofIIeeeBaseTsnStreamType.writeState(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[] streamId) An asynchronous implementation ofIIeeeBaseTsnStreamType.writeStreamId(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 streamName) An asynchronous implementation ofIIeeeBaseTsnStreamType.writeStreamName(java.lang.String).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeGet the local value of the StreamId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getStreamIdin interfaceIIeeeBaseTsnStreamType- 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:IIeeeBaseTsnStreamTypeSet the local value of the StreamId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setStreamIdin interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeRead the value of the StreamId Node from the server and update the local value if the operation succeeds.- Specified by:
readStreamIdin interfaceIIeeeBaseTsnStreamType- Returns:
- the
UBytevalue 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:IIeeeBaseTsnStreamTypeWrite a new value for the StreamId Node to the server and update the local value if the operation succeeds.- Specified by:
writeStreamIdin interfaceIIeeeBaseTsnStreamType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[]> readStreamIdAsync()Description copied from interface:IIeeeBaseTsnStreamTypeAn asynchronous implementation ofIIeeeBaseTsnStreamType.readStreamId().- Specified by:
readStreamIdAsyncin interfaceIIeeeBaseTsnStreamType- 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:IIeeeBaseTsnStreamTypeAn asynchronous implementation ofIIeeeBaseTsnStreamType.writeStreamId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte[]).- Specified by:
writeStreamIdAsyncin interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeGet the StreamIdBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getStreamIdNodein interfaceIIeeeBaseTsnStreamType- 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
Description copied from interface:IIeeeBaseTsnStreamTypeAsynchronous implementation ofIIeeeBaseTsnStreamType.getStreamIdNode().- Specified by:
getStreamIdNodeAsyncin interfaceIIeeeBaseTsnStreamType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getStreamName
Description copied from interface:IIeeeBaseTsnStreamTypeGet the local value of the StreamName Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getStreamNamein interfaceIIeeeBaseTsnStreamType- 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
Description copied from interface:IIeeeBaseTsnStreamTypeSet the local value of the StreamName Node.The value is only updated locally; it is not written to the server.
- Specified by:
setStreamNamein interfaceIIeeeBaseTsnStreamType- 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
Description copied from interface:IIeeeBaseTsnStreamTypeRead the value of the StreamName Node from the server and update the local value if the operation succeeds.- Specified by:
readStreamNamein interfaceIIeeeBaseTsnStreamType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeStreamName
Description copied from interface:IIeeeBaseTsnStreamTypeWrite a new value for the StreamName Node to the server and update the local value if the operation succeeds.- Specified by:
writeStreamNamein interfaceIIeeeBaseTsnStreamType- 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
Description copied from interface:IIeeeBaseTsnStreamTypeAn asynchronous implementation ofIIeeeBaseTsnStreamType.readStreamName().- Specified by:
readStreamNameAsyncin interfaceIIeeeBaseTsnStreamType- 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:IIeeeBaseTsnStreamTypeAn asynchronous implementation ofIIeeeBaseTsnStreamType.writeStreamName(java.lang.String).- Specified by:
writeStreamNameAsyncin interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeGet the StreamNameBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getStreamNameNodein interfaceIIeeeBaseTsnStreamType- 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
Description copied from interface:IIeeeBaseTsnStreamTypeAsynchronous implementation ofIIeeeBaseTsnStreamType.getStreamNameNode().- Specified by:
getStreamNameNodeAsyncin interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeGet the local value of the State Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getStatein interfaceIIeeeBaseTsnStreamType- 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:IIeeeBaseTsnStreamTypeSet the local value of the State Node.The value is only updated locally; it is not written to the server.
- Specified by:
setStatein interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeRead the value of the State Node from the server and update the local value if the operation succeeds.- Specified by:
readStatein interfaceIIeeeBaseTsnStreamType- Returns:
- the
TsnStreamStatevalue 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:IIeeeBaseTsnStreamTypeWrite a new value for the State Node to the server and update the local value if the operation succeeds.- Specified by:
writeStatein interfaceIIeeeBaseTsnStreamType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState> readStateAsync()Description copied from interface:IIeeeBaseTsnStreamTypeAn asynchronous implementation ofIIeeeBaseTsnStreamType.readState().- Specified by:
readStateAsyncin interfaceIIeeeBaseTsnStreamType- 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:IIeeeBaseTsnStreamTypeAn asynchronous implementation ofIIeeeBaseTsnStreamType.writeState(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnStreamState).- Specified by:
writeStateAsyncin interfaceIIeeeBaseTsnStreamType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getStateNode
Description copied from interface:IIeeeBaseTsnStreamTypeGet the StateBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getStateNodein interfaceIIeeeBaseTsnStreamType- 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
Description copied from interface:IIeeeBaseTsnStreamTypeAsynchronous implementation ofIIeeeBaseTsnStreamType.getStateNode().- Specified by:
getStateNodeAsyncin interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeGet the local value of the AccumulatedLatency Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getAccumulatedLatencyin interfaceIIeeeBaseTsnStreamType- 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:IIeeeBaseTsnStreamTypeSet the local value of the AccumulatedLatency Node.The value is only updated locally; it is not written to the server.
- Specified by:
setAccumulatedLatencyin interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeRead the value of the AccumulatedLatency Node from the server and update the local value if the operation succeeds.- Specified by:
readAccumulatedLatencyin interfaceIIeeeBaseTsnStreamType- Returns:
- the
UIntegervalue 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:IIeeeBaseTsnStreamTypeWrite a new value for the AccumulatedLatency Node to the server and update the local value if the operation succeeds.- Specified by:
writeAccumulatedLatencyin interfaceIIeeeBaseTsnStreamType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readAccumulatedLatencyAsync()Description copied from interface:IIeeeBaseTsnStreamTypeAn asynchronous implementation ofIIeeeBaseTsnStreamType.readAccumulatedLatency().- Specified by:
readAccumulatedLatencyAsyncin interfaceIIeeeBaseTsnStreamType- 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:IIeeeBaseTsnStreamTypeAn asynchronous implementation ofIIeeeBaseTsnStreamType.writeAccumulatedLatency(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeAccumulatedLatencyAsyncin interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeGet the AccumulatedLatencyBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getAccumulatedLatencyNodein interfaceIIeeeBaseTsnStreamType- 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
Description copied from interface:IIeeeBaseTsnStreamTypeAsynchronous implementation ofIIeeeBaseTsnStreamType.getAccumulatedLatencyNode().- Specified by:
getAccumulatedLatencyNodeAsyncin interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeGet the local value of the SrClassId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSrClassIdin interfaceIIeeeBaseTsnStreamType- 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:IIeeeBaseTsnStreamTypeSet the local value of the SrClassId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSrClassIdin interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeRead the value of the SrClassId Node from the server and update the local value if the operation succeeds.- Specified by:
readSrClassIdin interfaceIIeeeBaseTsnStreamType- Returns:
- the
UBytevalue 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:IIeeeBaseTsnStreamTypeWrite a new value for the SrClassId Node to the server and update the local value if the operation succeeds.- Specified by:
writeSrClassIdin interfaceIIeeeBaseTsnStreamType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> readSrClassIdAsync()Description copied from interface:IIeeeBaseTsnStreamTypeAn asynchronous implementation ofIIeeeBaseTsnStreamType.readSrClassId().- Specified by:
readSrClassIdAsyncin interfaceIIeeeBaseTsnStreamType- 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:IIeeeBaseTsnStreamTypeAn asynchronous implementation ofIIeeeBaseTsnStreamType.writeSrClassId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).- Specified by:
writeSrClassIdAsyncin interfaceIIeeeBaseTsnStreamType- 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.UaExceptionDescription copied from interface:IIeeeBaseTsnStreamTypeGet the SrClassIdBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSrClassIdNodein interfaceIIeeeBaseTsnStreamType- 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
Description copied from interface:IIeeeBaseTsnStreamTypeAsynchronous implementation ofIIeeeBaseTsnStreamType.getSrClassIdNode().- Specified by:
getSrClassIdNodeAsyncin interfaceIIeeeBaseTsnStreamType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-