public interface SessionSecurityDiagnosticsArrayType extends BaseDataVariableType
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType |
getSessionSecurityDiagnostics()
Get the local value of the SessionSecurityDiagnostics Node.
|
SessionSecurityDiagnosticsType |
getSessionSecurityDiagnosticsNode()
Get the SessionSecurityDiagnostics
SessionSecurityDiagnosticsType Node, or null if it does not exist. |
CompletableFuture<? extends SessionSecurityDiagnosticsType> |
getSessionSecurityDiagnosticsNodeAsync()
Asynchronous implementation of
getSessionSecurityDiagnosticsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType |
readSessionSecurityDiagnostics()
Read the value of the SessionSecurityDiagnostics Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType> |
readSessionSecurityDiagnosticsAsync()
An asynchronous implementation of
readSessionSecurityDiagnostics(). |
void |
setSessionSecurityDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
Set the local value of the SessionSecurityDiagnostics Node.
|
void |
writeSessionSecurityDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
Write a new value for the SessionSecurityDiagnostics Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionSecurityDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
An asynchronous implementation of
writeSessionSecurityDiagnostics(SessionSecurityDiagnosticsDataType). |
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.SessionSecurityDiagnosticsDataType getSessionSecurityDiagnostics()
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 SessionSecurityDiagnostics Node.void setSessionSecurityDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
sessionSecurityDiagnostics - the local value to set for the SessionSecurityDiagnostics Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionSecurityDiagnostics Node.org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType readSessionSecurityDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSessionSecurityDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
sessionSecurityDiagnostics - the SessionSecurityDiagnosticsDataType 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.SessionSecurityDiagnosticsDataType> readSessionSecurityDiagnosticsAsync()
readSessionSecurityDiagnostics().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionSecurityDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
writeSessionSecurityDiagnostics(SessionSecurityDiagnosticsDataType).SessionSecurityDiagnosticsType getSessionSecurityDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
SessionSecurityDiagnosticsType 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 SessionSecurityDiagnosticsType> getSessionSecurityDiagnosticsNodeAsync()
getSessionSecurityDiagnosticsNode().Copyright © 2021. All rights reserved.