public interface SamplingIntervalDiagnosticsType extends BaseDataVariableType
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getDisabledMonitoredItemsSamplingCount()
Get the local value of the DisabledMonitoredItemsSamplingCount Node.
|
BaseDataVariableType |
getDisabledMonitoredItemsSamplingCountNode()
Get the DisabledMonitoredItemsSamplingCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getDisabledMonitoredItemsSamplingCountNodeAsync()
Asynchronous implementation of
getDisabledMonitoredItemsSamplingCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxSampledMonitoredItemsCount()
Get the local value of the MaxSampledMonitoredItemsCount Node.
|
BaseDataVariableType |
getMaxSampledMonitoredItemsCountNode()
Get the MaxSampledMonitoredItemsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getMaxSampledMonitoredItemsCountNodeAsync()
Asynchronous implementation of
getMaxSampledMonitoredItemsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSampledMonitoredItemsCount()
Get the local value of the SampledMonitoredItemsCount Node.
|
BaseDataVariableType |
getSampledMonitoredItemsCountNode()
Get the SampledMonitoredItemsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSampledMonitoredItemsCountNodeAsync()
Asynchronous implementation of
getSampledMonitoredItemsCountNode(). |
Double |
getSamplingInterval()
Get the local value of the SamplingInterval Node.
|
BaseDataVariableType |
getSamplingIntervalNode()
Get the SamplingInterval
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSamplingIntervalNodeAsync()
Asynchronous implementation of
getSamplingIntervalNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readDisabledMonitoredItemsSamplingCount()
Read 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> |
readDisabledMonitoredItemsSamplingCountAsync()
An asynchronous implementation of
readDisabledMonitoredItemsSamplingCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxSampledMonitoredItemsCount()
Read 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> |
readMaxSampledMonitoredItemsCountAsync()
An asynchronous implementation of
readMaxSampledMonitoredItemsCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readSampledMonitoredItemsCount()
Read 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> |
readSampledMonitoredItemsCountAsync()
An asynchronous implementation of
readSampledMonitoredItemsCount(). |
Double |
readSamplingInterval()
Read the value of the SamplingInterval Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readSamplingIntervalAsync()
An asynchronous implementation of
readSamplingInterval(). |
void |
setDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger disabledMonitoredItemsSamplingCount)
Set the local value of the DisabledMonitoredItemsSamplingCount Node.
|
void |
setMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxSampledMonitoredItemsCount)
Set the local value of the MaxSampledMonitoredItemsCount Node.
|
void |
setSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sampledMonitoredItemsCount)
Set the local value of the SampledMonitoredItemsCount Node.
|
void |
setSamplingInterval(Double samplingInterval)
Set the local value of the SamplingInterval Node.
|
void |
writeDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger disabledMonitoredItemsSamplingCount)
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 disabledMonitoredItemsSamplingCount)
An asynchronous implementation of
writeDisabledMonitoredItemsSamplingCount(UInteger). |
void |
writeMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxSampledMonitoredItemsCount)
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 maxSampledMonitoredItemsCount)
An asynchronous implementation of
writeMaxSampledMonitoredItemsCount(UInteger). |
void |
writeSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sampledMonitoredItemsCount)
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 sampledMonitoredItemsCount)
An asynchronous implementation of
writeSampledMonitoredItemsCount(UInteger). |
void |
writeSamplingInterval(Double samplingInterval)
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 samplingInterval)
An asynchronous implementation of
writeSamplingInterval(Double). |
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, setWriteMaskDouble getSamplingInterval() 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 SamplingInterval Node.void setSamplingInterval(Double samplingInterval) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
samplingInterval - the local value to set for the SamplingInterval Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SamplingInterval Node.Double readSamplingInterval() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSamplingInterval(Double samplingInterval) throws org.eclipse.milo.opcua.stack.core.UaException
samplingInterval - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readSamplingIntervalAsync()
readSamplingInterval().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSamplingIntervalAsync(Double samplingInterval)
writeSamplingInterval(Double).BaseDataVariableType getSamplingIntervalNode() 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> getSamplingIntervalNodeAsync()
getSamplingIntervalNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSampledMonitoredItemsCount()
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 SampledMonitoredItemsCount Node.void setSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sampledMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
sampledMonitoredItemsCount - the local value to set for the SampledMonitoredItemsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SampledMonitoredItemsCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSampledMonitoredItemsCount()
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 writeSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sampledMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
sampledMonitoredItemsCount - 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> readSampledMonitoredItemsCountAsync()
readSampledMonitoredItemsCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSampledMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sampledMonitoredItemsCount)
writeSampledMonitoredItemsCount(UInteger).BaseDataVariableType getSampledMonitoredItemsCountNode() 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> getSampledMonitoredItemsCountNodeAsync()
getSampledMonitoredItemsCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxSampledMonitoredItemsCount()
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 MaxSampledMonitoredItemsCount Node.void setMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxSampledMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxSampledMonitoredItemsCount - the local value to set for the MaxSampledMonitoredItemsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxSampledMonitoredItemsCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxSampledMonitoredItemsCount()
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 writeMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxSampledMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
maxSampledMonitoredItemsCount - 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> readMaxSampledMonitoredItemsCountAsync()
readMaxSampledMonitoredItemsCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxSampledMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxSampledMonitoredItemsCount)
writeMaxSampledMonitoredItemsCount(UInteger).BaseDataVariableType getMaxSampledMonitoredItemsCountNode() 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> getMaxSampledMonitoredItemsCountNodeAsync()
getMaxSampledMonitoredItemsCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getDisabledMonitoredItemsSamplingCount()
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 DisabledMonitoredItemsSamplingCount Node.void setDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger disabledMonitoredItemsSamplingCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
disabledMonitoredItemsSamplingCount - the local value to set for the DisabledMonitoredItemsSamplingCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DisabledMonitoredItemsSamplingCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readDisabledMonitoredItemsSamplingCount()
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 writeDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger disabledMonitoredItemsSamplingCount)
throws org.eclipse.milo.opcua.stack.core.UaException
disabledMonitoredItemsSamplingCount - 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> readDisabledMonitoredItemsSamplingCountAsync()
readDisabledMonitoredItemsSamplingCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDisabledMonitoredItemsSamplingCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger disabledMonitoredItemsSamplingCount)
writeDisabledMonitoredItemsSamplingCount(UInteger).BaseDataVariableType getDisabledMonitoredItemsSamplingCountNode() 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> getDisabledMonitoredItemsSamplingCountNodeAsync()
getDisabledMonitoredItemsSamplingCountNode().Copyright © 2021. All rights reserved.