| Modifier and Type | Method and Description |
|---|---|
default void |
Node.writeAttribute(NamespaceManager ns,
com.digitalpetri.opcua.stack.core.AttributeId attributeId,
com.digitalpetri.opcua.stack.core.types.builtin.DataValue value,
String indexRange)
Write to the specified attribute.
|
default void |
Node.writeAttribute(NamespaceManager ns,
int attribute,
com.digitalpetri.opcua.stack.core.types.builtin.DataValue value,
String indexRange)
Write to the specified attribute.
|
default void |
Node.writeAttribute(NamespaceManager ns,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger attribute,
com.digitalpetri.opcua.stack.core.types.builtin.DataValue value,
String indexRange)
Write to the specified attribute.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceManager |
OpcUaServer.getNamespaceManager() |
| Constructor and Description |
|---|
BrowsePathsHelper(OpcUaServer server,
NamespaceManager namespaceManager) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AttributeWriter.writeAttribute(NamespaceManager ns,
Node node,
com.digitalpetri.opcua.stack.core.AttributeId attributeId,
com.digitalpetri.opcua.stack.core.types.builtin.DataValue value,
String indexRange) |
Copyright © 2015. All rights reserved.