| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.client | |
| org.eclipse.milo.opcua.sdk.client.model.nodes.variables | |
| org.eclipse.milo.opcua.sdk.client.nodes |
| Modifier and Type | Method and Description |
|---|---|
UaVariableNode |
VariableTypeManager.VariableNodeConstructor.apply(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.DataValue value,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel,
Double minimumSamplingInterval,
Boolean historizing) |
UaVariableNode |
AddressSpace.getVariableNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId)
Get a
UaVariableNode instance for the VariableNode identified by nodeId. |
UaVariableNode |
AddressSpace.getVariableNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinitionId)
Get a
UaVariableNode instance for the VariableNode identified by nodeId,
assuming the type definition identified by typeDefinitionId. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UaVariableNode> |
AddressSpace.getVariableNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId)
Get a
UaVariableNode instance for the VariableNode identified by nodeId. |
CompletableFuture<UaVariableNode> |
AddressSpace.getVariableNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinitionId)
Get a
UaVariableNode instance for the VariableNode identified by nodeId,
assuming the type definition identified by typeDefinitionId. |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableTypeManager.registerVariableType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinition,
Class<? extends UaVariableNode> nodeClass,
VariableTypeManager.VariableNodeConstructor variableNodeConstructor) |
| Modifier and Type | Method and Description |
|---|---|
UaVariableNode |
UaVariableNode.getVariableComponent(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName)
Get the
UaVariableNode referenced by a HasComponent reference type with a browse name
of name, if it exists. |
UaVariableNode |
UaObjectNode.getVariableComponent(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName)
Get the
UaVariableNode referenced by a HasComponent reference type with a browse name
of name, if it exists. |
UaVariableNode |
UaVariableNode.getVariableComponent(String name)
Get the
UaVariableNode referenced by a HasComponent reference type with a browse name
of name, if it exists. |
UaVariableNode |
UaObjectNode.getVariableComponent(String name)
Get the
UaVariableNode referenced by a HasComponent reference type with a browse name
of name, if it exists. |
UaVariableNode |
UaVariableNode.getVariableComponent(String namespaceUri,
String name)
Get the
UaVariableNode referenced by a HasComponent reference type with a browse name
of name, if it exists. |
UaVariableNode |
UaObjectNode.getVariableComponent(String namespaceUri,
String name)
Get the
UaVariableNode referenced by a HasComponent reference type with a browse name
of name, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends UaVariableNode> |
UaVariableNode.getVariableComponentAsync(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName) |
CompletableFuture<? extends UaVariableNode> |
UaObjectNode.getVariableComponentAsync(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName) |
CompletableFuture<? extends UaVariableNode> |
UaVariableNode.getVariableComponentAsync(String name) |
CompletableFuture<? extends UaVariableNode> |
UaObjectNode.getVariableComponentAsync(String name) |
CompletableFuture<? extends UaVariableNode> |
UaVariableNode.getVariableComponentAsync(String namespaceUri,
String name) |
CompletableFuture<? extends UaVariableNode> |
UaObjectNode.getVariableComponentAsync(String namespaceUri,
String name) |
Copyright © 2021. All rights reserved.