Interface IIeeeBaseTsnStatusStreamType
- All Superinterfaces:
BaseInterfaceType,BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
IIeeeBaseTsnStatusStreamTypeNode
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCodeGet the local value of the FailureCode Node.Get the FailureCodeBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetFailureCodeNode().Get the local value of the FailureSystemIdentifier Node.Get the FailureSystemIdentifierBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetFailureSystemIdentifierNode().org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatusGet the local value of the ListenerStatus Node.Get the ListenerStatusBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetListenerStatusNode().org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatusGet the local value of the TalkerStatus Node.Get the TalkerStatusBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetTalkerStatusNode().org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCodeRead the value of the FailureCode Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode>An asynchronous implementation ofreadFailureCode().Read the value of the FailureSystemIdentifier Node from the server and update the local value if the operation succeeds.An asynchronous implementation ofreadFailureSystemIdentifier().org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatusRead the value of the ListenerStatus Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus>An asynchronous implementation ofreadListenerStatus().org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatusRead the value of the TalkerStatus Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus>An asynchronous implementation ofreadTalkerStatus().voidsetFailureCode(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode value) Set the local value of the FailureCode Node.voidsetFailureSystemIdentifier(Object value) Set the local value of the FailureSystemIdentifier Node.voidsetListenerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus value) Set the local value of the ListenerStatus Node.voidsetTalkerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus value) Set the local value of the TalkerStatus Node.voidwriteFailureCode(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode value) Write a new value for the FailureCode Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeFailureCodeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode value) An asynchronous implementation ofwriteFailureCode(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode).voidWrite a new value for the FailureSystemIdentifier Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>An asynchronous implementation ofwriteFailureSystemIdentifier(java.lang.Object).voidwriteListenerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus value) Write a new value for the ListenerStatus Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeListenerStatusAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus value) An asynchronous implementation ofwriteListenerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus).voidwriteTalkerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus value) Write a new value for the TalkerStatus Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeTalkerStatusAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus value) An asynchronous implementation ofwriteTalkerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus).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
-
getTalkerStatus
org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus getTalkerStatus() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the TalkerStatus Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the TalkerStatus Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the TalkerStatus Node.
-
setTalkerStatus
void setTalkerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the TalkerStatus Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the TalkerStatus Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the TalkerStatus Node.
-
readTalkerStatus
org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus readTalkerStatus() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the TalkerStatus Node from the server and update the local value if the operation succeeds.- Returns:
- the
TsnTalkerStatusvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeTalkerStatus
void writeTalkerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the TalkerStatus Node to the server and update the local value if the operation succeeds.- Parameters:
value- theTsnTalkerStatusvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readTalkerStatusAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus> readTalkerStatusAsync()An asynchronous implementation ofreadTalkerStatus().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeTalkerStatusAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTalkerStatusAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus value) An asynchronous implementation ofwriteTalkerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnTalkerStatus).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getTalkerStatusNode
Get the TalkerStatusBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the TalkerStatus
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getTalkerStatusNodeAsync
CompletableFuture<? extends BaseDataVariableType> getTalkerStatusNodeAsync()Asynchronous implementation ofgetTalkerStatusNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getListenerStatus
org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus getListenerStatus() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the ListenerStatus Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ListenerStatus Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ListenerStatus Node.
-
setListenerStatus
void setListenerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the ListenerStatus Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ListenerStatus Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ListenerStatus Node.
-
readListenerStatus
org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus readListenerStatus() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the ListenerStatus Node from the server and update the local value if the operation succeeds.- Returns:
- the
TsnListenerStatusvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeListenerStatus
void writeListenerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the ListenerStatus Node to the server and update the local value if the operation succeeds.- Parameters:
value- theTsnListenerStatusvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readListenerStatusAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus> readListenerStatusAsync()An asynchronous implementation ofreadListenerStatus().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeListenerStatusAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeListenerStatusAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus value) An asynchronous implementation ofwriteListenerStatus(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnListenerStatus).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getListenerStatusNode
Get the ListenerStatusBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ListenerStatus
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getListenerStatusNodeAsync
CompletableFuture<? extends BaseDataVariableType> getListenerStatusNodeAsync()Asynchronous implementation ofgetListenerStatusNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getFailureCode
org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode getFailureCode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the FailureCode Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the FailureCode Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the FailureCode Node.
-
setFailureCode
void setFailureCode(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the FailureCode Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the FailureCode Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the FailureCode Node.
-
readFailureCode
org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode readFailureCode() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the FailureCode Node from the server and update the local value if the operation succeeds.- Returns:
- the
TsnFailureCodevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeFailureCode
void writeFailureCode(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the FailureCode Node to the server and update the local value if the operation succeeds.- Parameters:
value- theTsnFailureCodevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readFailureCodeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode> readFailureCodeAsync()An asynchronous implementation ofreadFailureCode().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeFailureCodeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeFailureCodeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode value) An asynchronous implementation ofwriteFailureCode(org.eclipse.milo.opcua.stack.core.types.enumerated.TsnFailureCode).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getFailureCodeNode
Get the FailureCodeBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the FailureCode
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getFailureCodeNodeAsync
CompletableFuture<? extends BaseDataVariableType> getFailureCodeNodeAsync()Asynchronous implementation ofgetFailureCodeNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getFailureSystemIdentifier
Get the local value of the FailureSystemIdentifier Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the FailureSystemIdentifier Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the FailureSystemIdentifier Node.
-
setFailureSystemIdentifier
Set the local value of the FailureSystemIdentifier Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the FailureSystemIdentifier Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the FailureSystemIdentifier Node.
-
readFailureSystemIdentifier
Read the value of the FailureSystemIdentifier Node from the server and update the local value if the operation succeeds.- Returns:
- the
Objectvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeFailureSystemIdentifier
void writeFailureSystemIdentifier(Object value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the FailureSystemIdentifier Node to the server and update the local value if the operation succeeds.- Parameters:
value- theObjectvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readFailureSystemIdentifierAsync
CompletableFuture<?> readFailureSystemIdentifierAsync()An asynchronous implementation ofreadFailureSystemIdentifier().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeFailureSystemIdentifierAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeFailureSystemIdentifierAsync(Object value) An asynchronous implementation ofwriteFailureSystemIdentifier(java.lang.Object).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getFailureSystemIdentifierNode
BaseDataVariableType getFailureSystemIdentifierNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the FailureSystemIdentifierBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the FailureSystemIdentifier
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getFailureSystemIdentifierNodeAsync
CompletableFuture<? extends BaseDataVariableType> getFailureSystemIdentifierNodeAsync()Asynchronous implementation ofgetFailureSystemIdentifierNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-