public class NonTransparentRedundancyTypeNode extends ServerRedundancyTypeNode implements NonTransparentRedundancyType
SERVER_URI_ARRAYREDUNDANCY_SUPPORT| Constructor and Description |
|---|
NonTransparentRedundancyTypeNode(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.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getServerUriArray()
Get the local value of the ServerUriArray Node.
|
PropertyTypeNode |
getServerUriArrayNode()
Get the ServerUriArray
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getServerUriArrayNodeAsync()
Asynchronous implementation of
NonTransparentRedundancyType.getServerUriArrayNode(). |
String[] |
readServerUriArray()
Read the value of the ServerUriArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readServerUriArrayAsync()
An asynchronous implementation of
NonTransparentRedundancyType.readServerUriArray(). |
void |
setServerUriArray(String[] serverUriArray)
Set the local value of the ServerUriArray Node.
|
void |
writeServerUriArray(String[] serverUriArray)
Write a new value for the ServerUriArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerUriArrayAsync(String[] serverUriArray)
An asynchronous implementation of
NonTransparentRedundancyType.writeServerUriArray(String[]). |
getRedundancySupport, getRedundancySupportNode, getRedundancySupportNodeAsync, readRedundancySupport, readRedundancySupportAsync, setRedundancySupport, writeRedundancySupport, writeRedundancySupportAsynccallMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRedundancySupport, getRedundancySupportNode, getRedundancySupportNodeAsync, readRedundancySupport, readRedundancySupportAsync, setRedundancySupport, writeRedundancySupport, writeRedundancySupportAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic NonTransparentRedundancyTypeNode(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.builtin.unsigned.UByte eventNotifier)
public String[] getServerUriArray() throws org.eclipse.milo.opcua.stack.core.UaException
NonTransparentRedundancyTypeThe returned value is the last seen; it is not read live from the server.
getServerUriArray in interface NonTransparentRedundancyTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerUriArray Node.public void setServerUriArray(String[] serverUriArray) throws org.eclipse.milo.opcua.stack.core.UaException
NonTransparentRedundancyTypeThe value is only updated locally; it is not written to the server.
setServerUriArray in interface NonTransparentRedundancyTypeserverUriArray - the local value to set for the ServerUriArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerUriArray Node.public String[] readServerUriArray() throws org.eclipse.milo.opcua.stack.core.UaException
NonTransparentRedundancyTypereadServerUriArray in interface NonTransparentRedundancyTypeString[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeServerUriArray(String[] serverUriArray) throws org.eclipse.milo.opcua.stack.core.UaException
NonTransparentRedundancyTypewriteServerUriArray in interface NonTransparentRedundancyTypeserverUriArray - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String[]> readServerUriArrayAsync()
NonTransparentRedundancyTypeNonTransparentRedundancyType.readServerUriArray().readServerUriArrayAsync in interface NonTransparentRedundancyTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerUriArrayAsync(String[] serverUriArray)
NonTransparentRedundancyTypeNonTransparentRedundancyType.writeServerUriArray(String[]).writeServerUriArrayAsync in interface NonTransparentRedundancyTypepublic PropertyTypeNode getServerUriArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
NonTransparentRedundancyTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServerUriArrayNode in interface NonTransparentRedundancyTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getServerUriArrayNodeAsync()
NonTransparentRedundancyTypeNonTransparentRedundancyType.getServerUriArrayNode().getServerUriArrayNodeAsync in interface NonTransparentRedundancyTypeCopyright © 2021. All rights reserved.