public interface ServerDiagnosticsSummaryType extends BaseDataVariableType
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCumulatedSessionCount()
Get the local value of the CumulatedSessionCount Node.
|
BaseDataVariableType |
getCumulatedSessionCountNode()
Get the CumulatedSessionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getCumulatedSessionCountNodeAsync()
Asynchronous implementation of
getCumulatedSessionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCumulatedSubscriptionCount()
Get the local value of the CumulatedSubscriptionCount Node.
|
BaseDataVariableType |
getCumulatedSubscriptionCountNode()
Get the CumulatedSubscriptionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getCumulatedSubscriptionCountNodeAsync()
Asynchronous implementation of
getCumulatedSubscriptionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCurrentSessionCount()
Get the local value of the CurrentSessionCount Node.
|
BaseDataVariableType |
getCurrentSessionCountNode()
Get the CurrentSessionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getCurrentSessionCountNodeAsync()
Asynchronous implementation of
getCurrentSessionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCurrentSubscriptionCount()
Get the local value of the CurrentSubscriptionCount Node.
|
BaseDataVariableType |
getCurrentSubscriptionCountNode()
Get the CurrentSubscriptionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getCurrentSubscriptionCountNodeAsync()
Asynchronous implementation of
getCurrentSubscriptionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getPublishingIntervalCount()
Get the local value of the PublishingIntervalCount Node.
|
BaseDataVariableType |
getPublishingIntervalCountNode()
Get the PublishingIntervalCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getPublishingIntervalCountNodeAsync()
Asynchronous implementation of
getPublishingIntervalCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getRejectedRequestsCount()
Get the local value of the RejectedRequestsCount Node.
|
BaseDataVariableType |
getRejectedRequestsCountNode()
Get the RejectedRequestsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getRejectedRequestsCountNodeAsync()
Asynchronous implementation of
getRejectedRequestsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getRejectedSessionCount()
Get the local value of the RejectedSessionCount Node.
|
BaseDataVariableType |
getRejectedSessionCountNode()
Get the RejectedSessionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getRejectedSessionCountNodeAsync()
Asynchronous implementation of
getRejectedSessionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSecurityRejectedRequestsCount()
Get the local value of the SecurityRejectedRequestsCount Node.
|
BaseDataVariableType |
getSecurityRejectedRequestsCountNode()
Get the SecurityRejectedRequestsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSecurityRejectedRequestsCountNodeAsync()
Asynchronous implementation of
getSecurityRejectedRequestsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSecurityRejectedSessionCount()
Get the local value of the SecurityRejectedSessionCount Node.
|
BaseDataVariableType |
getSecurityRejectedSessionCountNode()
Get the SecurityRejectedSessionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSecurityRejectedSessionCountNodeAsync()
Asynchronous implementation of
getSecurityRejectedSessionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getServerViewCount()
Get the local value of the ServerViewCount Node.
|
BaseDataVariableType |
getServerViewCountNode()
Get the ServerViewCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getServerViewCountNodeAsync()
Asynchronous implementation of
getServerViewCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSessionAbortCount()
Get the local value of the SessionAbortCount Node.
|
BaseDataVariableType |
getSessionAbortCountNode()
Get the SessionAbortCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSessionAbortCountNodeAsync()
Asynchronous implementation of
getSessionAbortCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSessionTimeoutCount()
Get the local value of the SessionTimeoutCount Node.
|
BaseDataVariableType |
getSessionTimeoutCountNode()
Get the SessionTimeoutCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSessionTimeoutCountNodeAsync()
Asynchronous implementation of
getSessionTimeoutCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCumulatedSessionCount()
Read the value of the CumulatedSessionCount 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> |
readCumulatedSessionCountAsync()
An asynchronous implementation of
readCumulatedSessionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCumulatedSubscriptionCount()
Read the value of the CumulatedSubscriptionCount 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> |
readCumulatedSubscriptionCountAsync()
An asynchronous implementation of
readCumulatedSubscriptionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCurrentSessionCount()
Read the value of the CurrentSessionCount 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> |
readCurrentSessionCountAsync()
An asynchronous implementation of
readCurrentSessionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCurrentSubscriptionCount()
Read the value of the CurrentSubscriptionCount 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> |
readCurrentSubscriptionCountAsync()
An asynchronous implementation of
readCurrentSubscriptionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readPublishingIntervalCount()
Read the value of the PublishingIntervalCount 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> |
readPublishingIntervalCountAsync()
An asynchronous implementation of
readPublishingIntervalCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readRejectedRequestsCount()
Read the value of the RejectedRequestsCount 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> |
readRejectedRequestsCountAsync()
An asynchronous implementation of
readRejectedRequestsCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readRejectedSessionCount()
Read the value of the RejectedSessionCount 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> |
readRejectedSessionCountAsync()
An asynchronous implementation of
readRejectedSessionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readSecurityRejectedRequestsCount()
Read the value of the SecurityRejectedRequestsCount 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> |
readSecurityRejectedRequestsCountAsync()
An asynchronous implementation of
readSecurityRejectedRequestsCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readSecurityRejectedSessionCount()
Read the value of the SecurityRejectedSessionCount 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> |
readSecurityRejectedSessionCountAsync()
An asynchronous implementation of
readSecurityRejectedSessionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readServerViewCount()
Read the value of the ServerViewCount 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> |
readServerViewCountAsync()
An asynchronous implementation of
readServerViewCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readSessionAbortCount()
Read the value of the SessionAbortCount 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> |
readSessionAbortCountAsync()
An asynchronous implementation of
readSessionAbortCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readSessionTimeoutCount()
Read the value of the SessionTimeoutCount 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> |
readSessionTimeoutCountAsync()
An asynchronous implementation of
readSessionTimeoutCount(). |
void |
setCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
Set the local value of the CumulatedSessionCount Node.
|
void |
setCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
Set the local value of the CumulatedSubscriptionCount Node.
|
void |
setCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
Set the local value of the CurrentSessionCount Node.
|
void |
setCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
Set the local value of the CurrentSubscriptionCount Node.
|
void |
setPublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
Set the local value of the PublishingIntervalCount Node.
|
void |
setRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
Set the local value of the RejectedRequestsCount Node.
|
void |
setRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
Set the local value of the RejectedSessionCount Node.
|
void |
setSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
Set the local value of the SecurityRejectedRequestsCount Node.
|
void |
setSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
Set the local value of the SecurityRejectedSessionCount Node.
|
void |
setServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
Set the local value of the ServerViewCount Node.
|
void |
setSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
Set the local value of the SessionAbortCount Node.
|
void |
setSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
Set the local value of the SessionTimeoutCount Node.
|
void |
writeCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
Write a new value for the CumulatedSessionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCumulatedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
An asynchronous implementation of
writeCumulatedSessionCount(UInteger). |
void |
writeCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
Write a new value for the CumulatedSubscriptionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCumulatedSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
An asynchronous implementation of
writeCumulatedSubscriptionCount(UInteger). |
void |
writeCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
Write a new value for the CurrentSessionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCurrentSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
An asynchronous implementation of
writeCurrentSessionCount(UInteger). |
void |
writeCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
Write a new value for the CurrentSubscriptionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCurrentSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
An asynchronous implementation of
writeCurrentSubscriptionCount(UInteger). |
void |
writePublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
Write a new value for the PublishingIntervalCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writePublishingIntervalCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
An asynchronous implementation of
writePublishingIntervalCount(UInteger). |
void |
writeRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
Write a new value for the RejectedRequestsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRejectedRequestsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
An asynchronous implementation of
writeRejectedRequestsCount(UInteger). |
void |
writeRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
Write a new value for the RejectedSessionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRejectedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
An asynchronous implementation of
writeRejectedSessionCount(UInteger). |
void |
writeSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
Write a new value for the SecurityRejectedRequestsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSecurityRejectedRequestsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
An asynchronous implementation of
writeSecurityRejectedRequestsCount(UInteger). |
void |
writeSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
Write a new value for the SecurityRejectedSessionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSecurityRejectedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
An asynchronous implementation of
writeSecurityRejectedSessionCount(UInteger). |
void |
writeServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
Write a new value for the ServerViewCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerViewCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
An asynchronous implementation of
writeServerViewCount(UInteger). |
void |
writeSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
Write a new value for the SessionAbortCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionAbortCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
An asynchronous implementation of
writeSessionAbortCount(UInteger). |
void |
writeSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
Write a new value for the SessionTimeoutCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionTimeoutCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
An asynchronous implementation of
writeSessionTimeoutCount(UInteger). |
getAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getServerViewCount()
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 ServerViewCount Node.void setServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
serverViewCount - the local value to set for the ServerViewCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerViewCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readServerViewCount()
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 writeServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
throws org.eclipse.milo.opcua.stack.core.UaException
serverViewCount - 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> readServerViewCountAsync()
readServerViewCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerViewCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
writeServerViewCount(UInteger).BaseDataVariableType getServerViewCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getServerViewCountNodeAsync()
getServerViewCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentSessionCount()
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 CurrentSessionCount Node.void setCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
currentSessionCount - the local value to set for the CurrentSessionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentSessionCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCurrentSessionCount()
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 writeCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
currentSessionCount - 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> readCurrentSessionCountAsync()
readCurrentSessionCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
writeCurrentSessionCount(UInteger).BaseDataVariableType getCurrentSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getCurrentSessionCountNodeAsync()
getCurrentSessionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCumulatedSessionCount()
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 CumulatedSessionCount Node.void setCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
cumulatedSessionCount - the local value to set for the CumulatedSessionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CumulatedSessionCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCumulatedSessionCount()
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 writeCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
cumulatedSessionCount - 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> readCumulatedSessionCountAsync()
readCumulatedSessionCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCumulatedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
writeCumulatedSessionCount(UInteger).BaseDataVariableType getCumulatedSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getCumulatedSessionCountNodeAsync()
getCumulatedSessionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSecurityRejectedSessionCount()
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 SecurityRejectedSessionCount Node.void setSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
securityRejectedSessionCount - the local value to set for the SecurityRejectedSessionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityRejectedSessionCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSecurityRejectedSessionCount()
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 writeSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
securityRejectedSessionCount - 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> readSecurityRejectedSessionCountAsync()
readSecurityRejectedSessionCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityRejectedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
writeSecurityRejectedSessionCount(UInteger).BaseDataVariableType getSecurityRejectedSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getSecurityRejectedSessionCountNodeAsync()
getSecurityRejectedSessionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRejectedSessionCount()
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 RejectedSessionCount Node.void setRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
rejectedSessionCount - the local value to set for the RejectedSessionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RejectedSessionCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRejectedSessionCount()
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 writeRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
rejectedSessionCount - 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> readRejectedSessionCountAsync()
readRejectedSessionCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRejectedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
writeRejectedSessionCount(UInteger).BaseDataVariableType getRejectedSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getRejectedSessionCountNodeAsync()
getRejectedSessionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSessionTimeoutCount()
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 SessionTimeoutCount Node.void setSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
sessionTimeoutCount - the local value to set for the SessionTimeoutCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionTimeoutCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSessionTimeoutCount()
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 writeSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
throws org.eclipse.milo.opcua.stack.core.UaException
sessionTimeoutCount - 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> readSessionTimeoutCountAsync()
readSessionTimeoutCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionTimeoutCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
writeSessionTimeoutCount(UInteger).BaseDataVariableType getSessionTimeoutCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getSessionTimeoutCountNodeAsync()
getSessionTimeoutCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSessionAbortCount()
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 SessionAbortCount Node.void setSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
sessionAbortCount - the local value to set for the SessionAbortCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionAbortCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSessionAbortCount()
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 writeSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
throws org.eclipse.milo.opcua.stack.core.UaException
sessionAbortCount - 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> readSessionAbortCountAsync()
readSessionAbortCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionAbortCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
writeSessionAbortCount(UInteger).BaseDataVariableType getSessionAbortCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getSessionAbortCountNodeAsync()
getSessionAbortCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getPublishingIntervalCount()
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 PublishingIntervalCount Node.void setPublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
publishingIntervalCount - the local value to set for the PublishingIntervalCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PublishingIntervalCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readPublishingIntervalCount()
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 writePublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
throws org.eclipse.milo.opcua.stack.core.UaException
publishingIntervalCount - 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> readPublishingIntervalCountAsync()
readPublishingIntervalCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePublishingIntervalCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
writePublishingIntervalCount(UInteger).BaseDataVariableType getPublishingIntervalCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getPublishingIntervalCountNodeAsync()
getPublishingIntervalCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentSubscriptionCount()
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 CurrentSubscriptionCount Node.void setCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
currentSubscriptionCount - the local value to set for the CurrentSubscriptionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentSubscriptionCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCurrentSubscriptionCount()
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 writeCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
currentSubscriptionCount - 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> readCurrentSubscriptionCountAsync()
readCurrentSubscriptionCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
writeCurrentSubscriptionCount(UInteger).BaseDataVariableType getCurrentSubscriptionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getCurrentSubscriptionCountNodeAsync()
getCurrentSubscriptionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCumulatedSubscriptionCount()
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 CumulatedSubscriptionCount Node.void setCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
cumulatedSubscriptionCount - the local value to set for the CumulatedSubscriptionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CumulatedSubscriptionCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCumulatedSubscriptionCount()
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 writeCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
cumulatedSubscriptionCount - 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> readCumulatedSubscriptionCountAsync()
readCumulatedSubscriptionCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCumulatedSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
writeCumulatedSubscriptionCount(UInteger).BaseDataVariableType getCumulatedSubscriptionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getCumulatedSubscriptionCountNodeAsync()
getCumulatedSubscriptionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSecurityRejectedRequestsCount()
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 SecurityRejectedRequestsCount Node.void setSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
securityRejectedRequestsCount - the local value to set for the SecurityRejectedRequestsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityRejectedRequestsCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSecurityRejectedRequestsCount()
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 writeSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
securityRejectedRequestsCount - 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> readSecurityRejectedRequestsCountAsync()
readSecurityRejectedRequestsCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityRejectedRequestsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
writeSecurityRejectedRequestsCount(UInteger).BaseDataVariableType getSecurityRejectedRequestsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getSecurityRejectedRequestsCountNodeAsync()
getSecurityRejectedRequestsCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRejectedRequestsCount()
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 RejectedRequestsCount Node.void setRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
rejectedRequestsCount - the local value to set for the RejectedRequestsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RejectedRequestsCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRejectedRequestsCount()
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 writeRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
rejectedRequestsCount - 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> readRejectedRequestsCountAsync()
readRejectedRequestsCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRejectedRequestsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
writeRejectedRequestsCount(UInteger).BaseDataVariableType getRejectedRequestsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getRejectedRequestsCountNodeAsync()
getRejectedRequestsCountNode().Copyright © 2021. All rights reserved.