public interface OperationLimitsType extends FolderType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_MONITORED_ITEMS_PER_CALL |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_BROWSE |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_HISTORY_READ_DATA |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_HISTORY_READ_EVENTS |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_HISTORY_UPDATE_DATA |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_HISTORY_UPDATE_EVENTS |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_METHOD_CALL |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_NODE_MANAGEMENT |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_READ |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_REGISTER_NODES |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_TRANSLATE_BROWSE_PATHS_TO_NODE_IDS |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_NODES_PER_WRITE |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxMonitoredItemsPerCall()
Get the local value of the MaxMonitoredItemsPerCall Node.
|
PropertyType |
getMaxMonitoredItemsPerCallNode()
Get the MaxMonitoredItemsPerCall
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxMonitoredItemsPerCallNodeAsync()
Asynchronous implementation of
getMaxMonitoredItemsPerCallNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerBrowse()
Get the local value of the MaxNodesPerBrowse Node.
|
PropertyType |
getMaxNodesPerBrowseNode()
Get the MaxNodesPerBrowse
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerBrowseNodeAsync()
Asynchronous implementation of
getMaxNodesPerBrowseNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerHistoryReadData()
Get the local value of the MaxNodesPerHistoryReadData Node.
|
PropertyType |
getMaxNodesPerHistoryReadDataNode()
Get the MaxNodesPerHistoryReadData
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerHistoryReadDataNodeAsync()
Asynchronous implementation of
getMaxNodesPerHistoryReadDataNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerHistoryReadEvents()
Get the local value of the MaxNodesPerHistoryReadEvents Node.
|
PropertyType |
getMaxNodesPerHistoryReadEventsNode()
Get the MaxNodesPerHistoryReadEvents
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerHistoryReadEventsNodeAsync()
Asynchronous implementation of
getMaxNodesPerHistoryReadEventsNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerHistoryUpdateData()
Get the local value of the MaxNodesPerHistoryUpdateData Node.
|
PropertyType |
getMaxNodesPerHistoryUpdateDataNode()
Get the MaxNodesPerHistoryUpdateData
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerHistoryUpdateDataNodeAsync()
Asynchronous implementation of
getMaxNodesPerHistoryUpdateDataNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerHistoryUpdateEvents()
Get the local value of the MaxNodesPerHistoryUpdateEvents Node.
|
PropertyType |
getMaxNodesPerHistoryUpdateEventsNode()
Get the MaxNodesPerHistoryUpdateEvents
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerHistoryUpdateEventsNodeAsync()
Asynchronous implementation of
getMaxNodesPerHistoryUpdateEventsNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerMethodCall()
Get the local value of the MaxNodesPerMethodCall Node.
|
PropertyType |
getMaxNodesPerMethodCallNode()
Get the MaxNodesPerMethodCall
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerMethodCallNodeAsync()
Asynchronous implementation of
getMaxNodesPerMethodCallNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerNodeManagement()
Get the local value of the MaxNodesPerNodeManagement Node.
|
PropertyType |
getMaxNodesPerNodeManagementNode()
Get the MaxNodesPerNodeManagement
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerNodeManagementNodeAsync()
Asynchronous implementation of
getMaxNodesPerNodeManagementNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerRead()
Get the local value of the MaxNodesPerRead Node.
|
PropertyType |
getMaxNodesPerReadNode()
Get the MaxNodesPerRead
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerReadNodeAsync()
Asynchronous implementation of
getMaxNodesPerReadNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerRegisterNodes()
Get the local value of the MaxNodesPerRegisterNodes Node.
|
PropertyType |
getMaxNodesPerRegisterNodesNode()
Get the MaxNodesPerRegisterNodes
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerRegisterNodesNodeAsync()
Asynchronous implementation of
getMaxNodesPerRegisterNodesNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerTranslateBrowsePathsToNodeIds()
Get the local value of the MaxNodesPerTranslateBrowsePathsToNodeIds Node.
|
PropertyType |
getMaxNodesPerTranslateBrowsePathsToNodeIdsNode()
Get the MaxNodesPerTranslateBrowsePathsToNodeIds
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerTranslateBrowsePathsToNodeIdsNodeAsync()
Asynchronous implementation of
getMaxNodesPerTranslateBrowsePathsToNodeIdsNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxNodesPerWrite()
Get the local value of the MaxNodesPerWrite Node.
|
PropertyType |
getMaxNodesPerWriteNode()
Get the MaxNodesPerWrite
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxNodesPerWriteNodeAsync()
Asynchronous implementation of
getMaxNodesPerWriteNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxMonitoredItemsPerCall()
Read the value of the MaxMonitoredItemsPerCall 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> |
readMaxMonitoredItemsPerCallAsync()
An asynchronous implementation of
readMaxMonitoredItemsPerCall(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerBrowse()
Read the value of the MaxNodesPerBrowse 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> |
readMaxNodesPerBrowseAsync()
An asynchronous implementation of
readMaxNodesPerBrowse(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerHistoryReadData()
Read the value of the MaxNodesPerHistoryReadData 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> |
readMaxNodesPerHistoryReadDataAsync()
An asynchronous implementation of
readMaxNodesPerHistoryReadData(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerHistoryReadEvents()
Read the value of the MaxNodesPerHistoryReadEvents 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> |
readMaxNodesPerHistoryReadEventsAsync()
An asynchronous implementation of
readMaxNodesPerHistoryReadEvents(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerHistoryUpdateData()
Read the value of the MaxNodesPerHistoryUpdateData 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> |
readMaxNodesPerHistoryUpdateDataAsync()
An asynchronous implementation of
readMaxNodesPerHistoryUpdateData(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerHistoryUpdateEvents()
Read the value of the MaxNodesPerHistoryUpdateEvents 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> |
readMaxNodesPerHistoryUpdateEventsAsync()
An asynchronous implementation of
readMaxNodesPerHistoryUpdateEvents(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerMethodCall()
Read the value of the MaxNodesPerMethodCall 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> |
readMaxNodesPerMethodCallAsync()
An asynchronous implementation of
readMaxNodesPerMethodCall(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerNodeManagement()
Read the value of the MaxNodesPerNodeManagement 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> |
readMaxNodesPerNodeManagementAsync()
An asynchronous implementation of
readMaxNodesPerNodeManagement(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerRead()
Read the value of the MaxNodesPerRead 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> |
readMaxNodesPerReadAsync()
An asynchronous implementation of
readMaxNodesPerRead(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerRegisterNodes()
Read the value of the MaxNodesPerRegisterNodes 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> |
readMaxNodesPerRegisterNodesAsync()
An asynchronous implementation of
readMaxNodesPerRegisterNodes(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerTranslateBrowsePathsToNodeIds()
Read the value of the MaxNodesPerTranslateBrowsePathsToNodeIds 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> |
readMaxNodesPerTranslateBrowsePathsToNodeIdsAsync()
An asynchronous implementation of
readMaxNodesPerTranslateBrowsePathsToNodeIds(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxNodesPerWrite()
Read the value of the MaxNodesPerWrite 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> |
readMaxNodesPerWriteAsync()
An asynchronous implementation of
readMaxNodesPerWrite(). |
void |
setMaxMonitoredItemsPerCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxMonitoredItemsPerCall)
Set the local value of the MaxMonitoredItemsPerCall Node.
|
void |
setMaxNodesPerBrowse(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerBrowse)
Set the local value of the MaxNodesPerBrowse Node.
|
void |
setMaxNodesPerHistoryReadData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadData)
Set the local value of the MaxNodesPerHistoryReadData Node.
|
void |
setMaxNodesPerHistoryReadEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadEvents)
Set the local value of the MaxNodesPerHistoryReadEvents Node.
|
void |
setMaxNodesPerHistoryUpdateData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateData)
Set the local value of the MaxNodesPerHistoryUpdateData Node.
|
void |
setMaxNodesPerHistoryUpdateEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateEvents)
Set the local value of the MaxNodesPerHistoryUpdateEvents Node.
|
void |
setMaxNodesPerMethodCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerMethodCall)
Set the local value of the MaxNodesPerMethodCall Node.
|
void |
setMaxNodesPerNodeManagement(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerNodeManagement)
Set the local value of the MaxNodesPerNodeManagement Node.
|
void |
setMaxNodesPerRead(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRead)
Set the local value of the MaxNodesPerRead Node.
|
void |
setMaxNodesPerRegisterNodes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRegisterNodes)
Set the local value of the MaxNodesPerRegisterNodes Node.
|
void |
setMaxNodesPerTranslateBrowsePathsToNodeIds(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerTranslateBrowsePathsToNodeIds)
Set the local value of the MaxNodesPerTranslateBrowsePathsToNodeIds Node.
|
void |
setMaxNodesPerWrite(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerWrite)
Set the local value of the MaxNodesPerWrite Node.
|
void |
writeMaxMonitoredItemsPerCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxMonitoredItemsPerCall)
Write a new value for the MaxMonitoredItemsPerCall Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxMonitoredItemsPerCallAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxMonitoredItemsPerCall)
An asynchronous implementation of
writeMaxMonitoredItemsPerCall(UInteger). |
void |
writeMaxNodesPerBrowse(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerBrowse)
Write a new value for the MaxNodesPerBrowse Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerBrowseAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerBrowse)
An asynchronous implementation of
writeMaxNodesPerBrowse(UInteger). |
void |
writeMaxNodesPerHistoryReadData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadData)
Write a new value for the MaxNodesPerHistoryReadData Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerHistoryReadDataAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadData)
An asynchronous implementation of
writeMaxNodesPerHistoryReadData(UInteger). |
void |
writeMaxNodesPerHistoryReadEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadEvents)
Write a new value for the MaxNodesPerHistoryReadEvents Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerHistoryReadEventsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadEvents)
An asynchronous implementation of
writeMaxNodesPerHistoryReadEvents(UInteger). |
void |
writeMaxNodesPerHistoryUpdateData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateData)
Write a new value for the MaxNodesPerHistoryUpdateData Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerHistoryUpdateDataAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateData)
An asynchronous implementation of
writeMaxNodesPerHistoryUpdateData(UInteger). |
void |
writeMaxNodesPerHistoryUpdateEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateEvents)
Write a new value for the MaxNodesPerHistoryUpdateEvents Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerHistoryUpdateEventsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateEvents)
An asynchronous implementation of
writeMaxNodesPerHistoryUpdateEvents(UInteger). |
void |
writeMaxNodesPerMethodCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerMethodCall)
Write a new value for the MaxNodesPerMethodCall Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerMethodCallAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerMethodCall)
An asynchronous implementation of
writeMaxNodesPerMethodCall(UInteger). |
void |
writeMaxNodesPerNodeManagement(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerNodeManagement)
Write a new value for the MaxNodesPerNodeManagement Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerNodeManagementAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerNodeManagement)
An asynchronous implementation of
writeMaxNodesPerNodeManagement(UInteger). |
void |
writeMaxNodesPerRead(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRead)
Write a new value for the MaxNodesPerRead Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerReadAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRead)
An asynchronous implementation of
writeMaxNodesPerRead(UInteger). |
void |
writeMaxNodesPerRegisterNodes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRegisterNodes)
Write a new value for the MaxNodesPerRegisterNodes Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerRegisterNodesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRegisterNodes)
An asynchronous implementation of
writeMaxNodesPerRegisterNodes(UInteger). |
void |
writeMaxNodesPerTranslateBrowsePathsToNodeIds(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerTranslateBrowsePathsToNodeIds)
Write a new value for the MaxNodesPerTranslateBrowsePathsToNodeIds Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerTranslateBrowsePathsToNodeIdsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerTranslateBrowsePathsToNodeIds)
An asynchronous implementation of
writeMaxNodesPerTranslateBrowsePathsToNodeIds(UInteger). |
void |
writeMaxNodesPerWrite(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerWrite)
Write a new value for the MaxNodesPerWrite Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxNodesPerWriteAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerWrite)
An asynchronous implementation of
writeMaxNodesPerWrite(UInteger). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_READ
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_HISTORY_READ_DATA
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_HISTORY_READ_EVENTS
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_WRITE
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_HISTORY_UPDATE_DATA
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_HISTORY_UPDATE_EVENTS
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_METHOD_CALL
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_BROWSE
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_REGISTER_NODES
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_TRANSLATE_BROWSE_PATHS_TO_NODE_IDS
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NODES_PER_NODE_MANAGEMENT
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_MONITORED_ITEMS_PER_CALL
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerRead()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerRead Node.void setMaxNodesPerRead(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRead)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerRead - the local value to set for the MaxNodesPerRead Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerRead Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerRead()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerRead(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRead)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerRead - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerReadAsync()
readMaxNodesPerRead().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerReadAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRead)
writeMaxNodesPerRead(UInteger).PropertyType getMaxNodesPerReadNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerReadNodeAsync()
getMaxNodesPerReadNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerHistoryReadData()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerHistoryReadData Node.void setMaxNodesPerHistoryReadData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadData)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerHistoryReadData - the local value to set for the MaxNodesPerHistoryReadData Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerHistoryReadData Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerHistoryReadData()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerHistoryReadData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadData)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerHistoryReadData - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerHistoryReadDataAsync()
readMaxNodesPerHistoryReadData().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerHistoryReadDataAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadData)
writeMaxNodesPerHistoryReadData(UInteger).PropertyType getMaxNodesPerHistoryReadDataNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerHistoryReadDataNodeAsync()
getMaxNodesPerHistoryReadDataNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerHistoryReadEvents()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerHistoryReadEvents Node.void setMaxNodesPerHistoryReadEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadEvents)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerHistoryReadEvents - the local value to set for the MaxNodesPerHistoryReadEvents Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerHistoryReadEvents Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerHistoryReadEvents()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerHistoryReadEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadEvents)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerHistoryReadEvents - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerHistoryReadEventsAsync()
readMaxNodesPerHistoryReadEvents().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerHistoryReadEventsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadEvents)
writeMaxNodesPerHistoryReadEvents(UInteger).PropertyType getMaxNodesPerHistoryReadEventsNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerHistoryReadEventsNodeAsync()
getMaxNodesPerHistoryReadEventsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerWrite()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerWrite Node.void setMaxNodesPerWrite(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerWrite)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerWrite - the local value to set for the MaxNodesPerWrite Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerWrite Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerWrite()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerWrite(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerWrite)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerWrite - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerWriteAsync()
readMaxNodesPerWrite().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerWriteAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerWrite)
writeMaxNodesPerWrite(UInteger).PropertyType getMaxNodesPerWriteNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerWriteNodeAsync()
getMaxNodesPerWriteNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerHistoryUpdateData()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerHistoryUpdateData Node.void setMaxNodesPerHistoryUpdateData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateData)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerHistoryUpdateData - the local value to set for the MaxNodesPerHistoryUpdateData Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerHistoryUpdateData Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerHistoryUpdateData()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerHistoryUpdateData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateData)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerHistoryUpdateData - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerHistoryUpdateDataAsync()
readMaxNodesPerHistoryUpdateData().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerHistoryUpdateDataAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateData)
writeMaxNodesPerHistoryUpdateData(UInteger).PropertyType getMaxNodesPerHistoryUpdateDataNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerHistoryUpdateDataNodeAsync()
getMaxNodesPerHistoryUpdateDataNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerHistoryUpdateEvents()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerHistoryUpdateEvents Node.void setMaxNodesPerHistoryUpdateEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateEvents)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerHistoryUpdateEvents - the local value to set for the MaxNodesPerHistoryUpdateEvents Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerHistoryUpdateEvents Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerHistoryUpdateEvents()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerHistoryUpdateEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateEvents)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerHistoryUpdateEvents - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerHistoryUpdateEventsAsync()
readMaxNodesPerHistoryUpdateEvents().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerHistoryUpdateEventsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateEvents)
writeMaxNodesPerHistoryUpdateEvents(UInteger).PropertyType getMaxNodesPerHistoryUpdateEventsNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerHistoryUpdateEventsNodeAsync()
getMaxNodesPerHistoryUpdateEventsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerMethodCall()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerMethodCall Node.void setMaxNodesPerMethodCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerMethodCall)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerMethodCall - the local value to set for the MaxNodesPerMethodCall Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerMethodCall Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerMethodCall()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerMethodCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerMethodCall)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerMethodCall - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerMethodCallAsync()
readMaxNodesPerMethodCall().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerMethodCallAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerMethodCall)
writeMaxNodesPerMethodCall(UInteger).PropertyType getMaxNodesPerMethodCallNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerMethodCallNodeAsync()
getMaxNodesPerMethodCallNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerBrowse()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerBrowse Node.void setMaxNodesPerBrowse(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerBrowse)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerBrowse - the local value to set for the MaxNodesPerBrowse Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerBrowse Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerBrowse()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerBrowse(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerBrowse)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerBrowse - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerBrowseAsync()
readMaxNodesPerBrowse().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerBrowseAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerBrowse)
writeMaxNodesPerBrowse(UInteger).PropertyType getMaxNodesPerBrowseNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerBrowseNodeAsync()
getMaxNodesPerBrowseNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerRegisterNodes()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerRegisterNodes Node.void setMaxNodesPerRegisterNodes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRegisterNodes)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerRegisterNodes - the local value to set for the MaxNodesPerRegisterNodes Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerRegisterNodes Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerRegisterNodes()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerRegisterNodes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRegisterNodes)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerRegisterNodes - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerRegisterNodesAsync()
readMaxNodesPerRegisterNodes().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerRegisterNodesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRegisterNodes)
writeMaxNodesPerRegisterNodes(UInteger).PropertyType getMaxNodesPerRegisterNodesNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerRegisterNodesNodeAsync()
getMaxNodesPerRegisterNodesNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerTranslateBrowsePathsToNodeIds()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerTranslateBrowsePathsToNodeIds Node.void setMaxNodesPerTranslateBrowsePathsToNodeIds(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerTranslateBrowsePathsToNodeIds)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerTranslateBrowsePathsToNodeIds - the local value to set for the MaxNodesPerTranslateBrowsePathsToNodeIds Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerTranslateBrowsePathsToNodeIds Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerTranslateBrowsePathsToNodeIds()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerTranslateBrowsePathsToNodeIds(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerTranslateBrowsePathsToNodeIds)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerTranslateBrowsePathsToNodeIds - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerTranslateBrowsePathsToNodeIdsAsync()
readMaxNodesPerTranslateBrowsePathsToNodeIds().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerTranslateBrowsePathsToNodeIdsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerTranslateBrowsePathsToNodeIds)
writeMaxNodesPerTranslateBrowsePathsToNodeIds(UInteger).PropertyType getMaxNodesPerTranslateBrowsePathsToNodeIdsNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerTranslateBrowsePathsToNodeIdsNodeAsync()
getMaxNodesPerTranslateBrowsePathsToNodeIdsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerNodeManagement()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerNodeManagement Node.void setMaxNodesPerNodeManagement(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerNodeManagement)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxNodesPerNodeManagement - the local value to set for the MaxNodesPerNodeManagement Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNodesPerNodeManagement Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerNodeManagement()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxNodesPerNodeManagement(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerNodeManagement)
throws org.eclipse.milo.opcua.stack.core.UaException
maxNodesPerNodeManagement - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerNodeManagementAsync()
readMaxNodesPerNodeManagement().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerNodeManagementAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerNodeManagement)
writeMaxNodesPerNodeManagement(UInteger).PropertyType getMaxNodesPerNodeManagementNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxNodesPerNodeManagementNodeAsync()
getMaxNodesPerNodeManagementNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxMonitoredItemsPerCall()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxMonitoredItemsPerCall Node.void setMaxMonitoredItemsPerCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxMonitoredItemsPerCall)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxMonitoredItemsPerCall - the local value to set for the MaxMonitoredItemsPerCall Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxMonitoredItemsPerCall Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxMonitoredItemsPerCall()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxMonitoredItemsPerCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxMonitoredItemsPerCall)
throws org.eclipse.milo.opcua.stack.core.UaException
maxMonitoredItemsPerCall - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxMonitoredItemsPerCallAsync()
readMaxMonitoredItemsPerCall().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxMonitoredItemsPerCallAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxMonitoredItemsPerCall)
writeMaxMonitoredItemsPerCall(UInteger).PropertyType getMaxMonitoredItemsPerCallNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getMaxMonitoredItemsPerCallNodeAsync()
getMaxMonitoredItemsPerCallNode().Copyright © 2021. All rights reserved.