public interface SubscriptionDiagnosticsArrayType extends BaseDataVariableType
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType |
getSubscriptionDiagnostics()
Get the local value of the SubscriptionDiagnostics Node.
|
SubscriptionDiagnosticsType |
getSubscriptionDiagnosticsNode()
Get the SubscriptionDiagnostics
SubscriptionDiagnosticsType Node, or null if it does not exist. |
CompletableFuture<? extends SubscriptionDiagnosticsType> |
getSubscriptionDiagnosticsNodeAsync()
Asynchronous implementation of
getSubscriptionDiagnosticsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType |
readSubscriptionDiagnostics()
Read the value of the SubscriptionDiagnostics Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType> |
readSubscriptionDiagnosticsAsync()
An asynchronous implementation of
readSubscriptionDiagnostics(). |
void |
setSubscriptionDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType subscriptionDiagnostics)
Set the local value of the SubscriptionDiagnostics Node.
|
void |
writeSubscriptionDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType subscriptionDiagnostics)
Write a new value for the SubscriptionDiagnostics Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSubscriptionDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType subscriptionDiagnostics)
An asynchronous implementation of
writeSubscriptionDiagnostics(SubscriptionDiagnosticsDataType). |
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.structured.SubscriptionDiagnosticsDataType getSubscriptionDiagnostics()
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 SubscriptionDiagnostics Node.void setSubscriptionDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType subscriptionDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
subscriptionDiagnostics - the local value to set for the SubscriptionDiagnostics Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SubscriptionDiagnostics Node.org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType readSubscriptionDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
SubscriptionDiagnosticsDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSubscriptionDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType subscriptionDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
subscriptionDiagnostics - the SubscriptionDiagnosticsDataType 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.structured.SubscriptionDiagnosticsDataType> readSubscriptionDiagnosticsAsync()
readSubscriptionDiagnostics().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSubscriptionDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType subscriptionDiagnostics)
writeSubscriptionDiagnostics(SubscriptionDiagnosticsDataType).SubscriptionDiagnosticsType getSubscriptionDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaException
SubscriptionDiagnosticsType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
SubscriptionDiagnosticsType 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 SubscriptionDiagnosticsType> getSubscriptionDiagnosticsNodeAsync()
getSubscriptionDiagnosticsNode().Copyright © 2021. All rights reserved.