Interface SamplingIntervalDiagnosticsType
- All Superinterfaces:
BaseDataVariableType,BaseVariableType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.VariableNode
- All Known Implementing Classes:
SamplingIntervalDiagnosticsTypeNode
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the DisabledMonitoredItemsSamplingCount Node.Get the DisabledMonitoredItemsSamplingCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetDisabledMonitoredItemsSamplingCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxSampledMonitoredItemsCount Node.Get the MaxSampledMonitoredItemsCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetMaxSampledMonitoredItemsCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the SampledMonitoredItemsCount Node.Get the SampledMonitoredItemsCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetSampledMonitoredItemsCountNode().Get the local value of the SamplingInterval Node.Get the SamplingIntervalBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetSamplingIntervalNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the DisabledMonitoredItemsSamplingCount 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>An asynchronous implementation ofreadDisabledMonitoredItemsSamplingCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxSampledMonitoredItemsCount 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>An asynchronous implementation ofreadMaxSampledMonitoredItemsCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the SampledMonitoredItemsCount 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>An asynchronous implementation ofreadSampledMonitoredItemsCount().Read the value of the SamplingInterval Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofreadSamplingInterval().voidsetDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the DisabledMonitoredItemsSamplingCount Node.voidsetMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxSampledMonitoredItemsCount Node.voidsetSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the SampledMonitoredItemsCount Node.voidsetSamplingInterval(Double value) Set the local value of the SamplingInterval Node.voidwriteDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the DisabledMonitoredItemsSamplingCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDisabledMonitoredItemsSamplingCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxSampledMonitoredItemsCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxSampledMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the SampledMonitoredItemsCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSampledMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteSamplingInterval(Double value) Write a new value for the SamplingInterval Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSamplingIntervalAsync(Double value) An asynchronous implementation ofwriteSamplingInterval(java.lang.Double).Methods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.VariableNode
getAccessLevel, getAccessLevelEx, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setAccessLevelEx, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRank
-
Method Details
-
getSamplingInterval
Get the local value of the SamplingInterval Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the SamplingInterval Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SamplingInterval Node.
-
setSamplingInterval
Set the local value of the SamplingInterval Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the SamplingInterval Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SamplingInterval Node.
-
readSamplingInterval
Read the value of the SamplingInterval Node from the server and update the local value if the operation succeeds.- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSamplingInterval
Write a new value for the SamplingInterval Node to the server and update the local value if the operation succeeds.- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSamplingIntervalAsync
CompletableFuture<? extends Double> readSamplingIntervalAsync()An asynchronous implementation ofreadSamplingInterval().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSamplingIntervalAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSamplingIntervalAsync(Double value) An asynchronous implementation ofwriteSamplingInterval(java.lang.Double).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSamplingIntervalNode
Get the SamplingIntervalBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SamplingInterval
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSamplingIntervalNodeAsync
CompletableFuture<? extends BaseDataVariableType> getSamplingIntervalNodeAsync()Asynchronous implementation ofgetSamplingIntervalNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSampledMonitoredItemsCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSampledMonitoredItemsCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the SampledMonitoredItemsCount Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the SampledMonitoredItemsCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SampledMonitoredItemsCount Node.
-
setSampledMonitoredItemsCount
void setSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the SampledMonitoredItemsCount Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the SampledMonitoredItemsCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SampledMonitoredItemsCount Node.
-
readSampledMonitoredItemsCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSampledMonitoredItemsCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the SampledMonitoredItemsCount Node from the server and update the local value if the operation succeeds.- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSampledMonitoredItemsCount
void writeSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the SampledMonitoredItemsCount Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSampledMonitoredItemsCountAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readSampledMonitoredItemsCountAsync()An asynchronous implementation ofreadSampledMonitoredItemsCount().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSampledMonitoredItemsCountAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSampledMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSampledMonitoredItemsCountNode
BaseDataVariableType getSampledMonitoredItemsCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the SampledMonitoredItemsCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SampledMonitoredItemsCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSampledMonitoredItemsCountNodeAsync
CompletableFuture<? extends BaseDataVariableType> getSampledMonitoredItemsCountNodeAsync()Asynchronous implementation ofgetSampledMonitoredItemsCountNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxSampledMonitoredItemsCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxSampledMonitoredItemsCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the MaxSampledMonitoredItemsCount Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the MaxSampledMonitoredItemsCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxSampledMonitoredItemsCount Node.
-
setMaxSampledMonitoredItemsCount
void setMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the MaxSampledMonitoredItemsCount Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the MaxSampledMonitoredItemsCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxSampledMonitoredItemsCount Node.
-
readMaxSampledMonitoredItemsCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxSampledMonitoredItemsCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the MaxSampledMonitoredItemsCount Node from the server and update the local value if the operation succeeds.- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxSampledMonitoredItemsCount
void writeMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the MaxSampledMonitoredItemsCount Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxSampledMonitoredItemsCountAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxSampledMonitoredItemsCountAsync()An asynchronous implementation ofreadMaxSampledMonitoredItemsCount().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxSampledMonitoredItemsCountAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxSampledMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxSampledMonitoredItemsCountNode
BaseDataVariableType getMaxSampledMonitoredItemsCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the MaxSampledMonitoredItemsCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the MaxSampledMonitoredItemsCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxSampledMonitoredItemsCountNodeAsync
CompletableFuture<? extends BaseDataVariableType> getMaxSampledMonitoredItemsCountNodeAsync()Asynchronous implementation ofgetMaxSampledMonitoredItemsCountNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDisabledMonitoredItemsSamplingCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getDisabledMonitoredItemsSamplingCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the DisabledMonitoredItemsSamplingCount Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the DisabledMonitoredItemsSamplingCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DisabledMonitoredItemsSamplingCount Node.
-
setDisabledMonitoredItemsSamplingCount
void setDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the DisabledMonitoredItemsSamplingCount Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the DisabledMonitoredItemsSamplingCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DisabledMonitoredItemsSamplingCount Node.
-
readDisabledMonitoredItemsSamplingCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readDisabledMonitoredItemsSamplingCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the DisabledMonitoredItemsSamplingCount Node from the server and update the local value if the operation succeeds.- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDisabledMonitoredItemsSamplingCount
void writeDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the DisabledMonitoredItemsSamplingCount Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDisabledMonitoredItemsSamplingCountAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readDisabledMonitoredItemsSamplingCountAsync()An asynchronous implementation ofreadDisabledMonitoredItemsSamplingCount().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDisabledMonitoredItemsSamplingCountAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDisabledMonitoredItemsSamplingCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDisabledMonitoredItemsSamplingCountNode
BaseDataVariableType getDisabledMonitoredItemsSamplingCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the DisabledMonitoredItemsSamplingCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the DisabledMonitoredItemsSamplingCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDisabledMonitoredItemsSamplingCountNodeAsync
CompletableFuture<? extends BaseDataVariableType> getDisabledMonitoredItemsSamplingCountNodeAsync()Asynchronous implementation ofgetDisabledMonitoredItemsSamplingCountNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-