public class SamplingIntervalDiagnosticsTypeNode extends BaseDataVariableTypeNode implements SamplingIntervalDiagnosticsType
| Constructor and Description |
|---|
SamplingIntervalDiagnosticsTypeNode(OpcUaClient client,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass,
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask,
org.eclipse.milo.opcua.stack.core.types.builtin.DataValue value,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel,
Double minimumSamplingInterval,
Boolean historizing) |
| 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.
|
BaseDataVariableTypeNode |
getDisabledMonitoredItemsSamplingCountNode()
Get the DisabledMonitoredItemsSamplingCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getDisabledMonitoredItemsSamplingCountNodeAsync()
Asynchronous implementation of
SamplingIntervalDiagnosticsType.getDisabledMonitoredItemsSamplingCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxSampledMonitoredItemsCount()
Get the local value of the MaxSampledMonitoredItemsCount Node.
|
BaseDataVariableTypeNode |
getMaxSampledMonitoredItemsCountNode()
Get the MaxSampledMonitoredItemsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getMaxSampledMonitoredItemsCountNodeAsync()
Asynchronous implementation of
SamplingIntervalDiagnosticsType.getMaxSampledMonitoredItemsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSampledMonitoredItemsCount()
Get the local value of the SampledMonitoredItemsCount Node.
|
BaseDataVariableTypeNode |
getSampledMonitoredItemsCountNode()
Get the SampledMonitoredItemsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSampledMonitoredItemsCountNodeAsync()
Asynchronous implementation of
SamplingIntervalDiagnosticsType.getSampledMonitoredItemsCountNode(). |
Double |
getSamplingInterval()
Get the local value of the SamplingInterval Node.
|
BaseDataVariableTypeNode |
getSamplingIntervalNode()
Get the SamplingInterval
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSamplingIntervalNodeAsync()
Asynchronous implementation of
SamplingIntervalDiagnosticsType.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
SamplingIntervalDiagnosticsType.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
SamplingIntervalDiagnosticsType.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
SamplingIntervalDiagnosticsType.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
SamplingIntervalDiagnosticsType.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
SamplingIntervalDiagnosticsType.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
SamplingIntervalDiagnosticsType.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
SamplingIntervalDiagnosticsType.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
SamplingIntervalDiagnosticsType.writeSamplingInterval(Double). |
getAccessLevel, getArrayDimensions, getAttributeValue, getDataType, getHistorizing, getMinimumSamplingInterval, getTypeDefinition, getTypeDefinitionAsync, getUserAccessLevel, getValue, getValueRank, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readAccessLevel, readAllowNullsAsync, readArrayDimensions, readDataType, readDataTypeVersionAsync, readDictionaryFragmentAsync, readEngineeringUnitsAsync, readHistorizing, readLocalTimeAsync, readMaxArrayLengthAsync, readMaxStringLengthAsync, readMinimumSamplingInterval, readNodeVersionAsync, readUserAccessLevel, readValue, readValueAsTextAsync, readValueRank, setAccessLevel, setArrayDimensions, setAttributeValue, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, writeAccessLevel, writeAllowNullsAsync, writeArrayDimensions, writeDataType, writeDataTypeVersionAsync, writeDictionaryFragmentAsync, writeEngineeringUnitsAsync, writeHistorizing, writeLocalTimeAsync, writeMaxArrayLengthAsync, writeMaxStringLengthAsync, writeMinimumSamplingInterval, writeNodeVersionAsync, writeUserAccessLevel, writeValue, writeValue, writeValueAsTextAsync, writeValueRankbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccessLevel, 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, setWriteMaskpublic SamplingIntervalDiagnosticsTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing)
public Double getSamplingInterval() throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getSamplingInterval in interface SamplingIntervalDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SamplingInterval Node.public void setSamplingInterval(Double samplingInterval) throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setSamplingInterval in interface SamplingIntervalDiagnosticsTypesamplingInterval - 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.public Double readSamplingInterval() throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypereadSamplingInterval in interface SamplingIntervalDiagnosticsTypeDouble value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSamplingInterval(Double samplingInterval) throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypewriteSamplingInterval in interface SamplingIntervalDiagnosticsTypesamplingInterval - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Double> readSamplingIntervalAsync()
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.readSamplingInterval().readSamplingIntervalAsync in interface SamplingIntervalDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSamplingIntervalAsync(Double samplingInterval)
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.writeSamplingInterval(Double).writeSamplingIntervalAsync in interface SamplingIntervalDiagnosticsTypepublic BaseDataVariableTypeNode getSamplingIntervalNode() throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSamplingIntervalNode in interface SamplingIntervalDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getSamplingIntervalNodeAsync()
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.getSamplingIntervalNode().getSamplingIntervalNodeAsync in interface SamplingIntervalDiagnosticsTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSampledMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getSampledMonitoredItemsCount in interface SamplingIntervalDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SampledMonitoredItemsCount Node.public void setSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sampledMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setSampledMonitoredItemsCount in interface SamplingIntervalDiagnosticsTypesampledMonitoredItemsCount - 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.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSampledMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypereadSampledMonitoredItemsCount in interface SamplingIntervalDiagnosticsTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sampledMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypewriteSampledMonitoredItemsCount in interface SamplingIntervalDiagnosticsTypesampledMonitoredItemsCount - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readSampledMonitoredItemsCountAsync()
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.readSampledMonitoredItemsCount().readSampledMonitoredItemsCountAsync in interface SamplingIntervalDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSampledMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sampledMonitoredItemsCount)
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.writeSampledMonitoredItemsCount(UInteger).writeSampledMonitoredItemsCountAsync in interface SamplingIntervalDiagnosticsTypepublic BaseDataVariableTypeNode getSampledMonitoredItemsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSampledMonitoredItemsCountNode in interface SamplingIntervalDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getSampledMonitoredItemsCountNodeAsync()
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.getSampledMonitoredItemsCountNode().getSampledMonitoredItemsCountNodeAsync in interface SamplingIntervalDiagnosticsTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxSampledMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getMaxSampledMonitoredItemsCount in interface SamplingIntervalDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxSampledMonitoredItemsCount Node.public void setMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxSampledMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setMaxSampledMonitoredItemsCount in interface SamplingIntervalDiagnosticsTypemaxSampledMonitoredItemsCount - 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.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxSampledMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypereadMaxSampledMonitoredItemsCount in interface SamplingIntervalDiagnosticsTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeMaxSampledMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxSampledMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypewriteMaxSampledMonitoredItemsCount in interface SamplingIntervalDiagnosticsTypemaxSampledMonitoredItemsCount - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxSampledMonitoredItemsCountAsync()
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.readMaxSampledMonitoredItemsCount().readMaxSampledMonitoredItemsCountAsync in interface SamplingIntervalDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxSampledMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxSampledMonitoredItemsCount)
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.writeMaxSampledMonitoredItemsCount(UInteger).writeMaxSampledMonitoredItemsCountAsync in interface SamplingIntervalDiagnosticsTypepublic BaseDataVariableTypeNode getMaxSampledMonitoredItemsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getMaxSampledMonitoredItemsCountNode in interface SamplingIntervalDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getMaxSampledMonitoredItemsCountNodeAsync()
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.getMaxSampledMonitoredItemsCountNode().getMaxSampledMonitoredItemsCountNodeAsync in interface SamplingIntervalDiagnosticsTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getDisabledMonitoredItemsSamplingCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getDisabledMonitoredItemsSamplingCount in interface SamplingIntervalDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DisabledMonitoredItemsSamplingCount Node.public void setDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger disabledMonitoredItemsSamplingCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setDisabledMonitoredItemsSamplingCount in interface SamplingIntervalDiagnosticsTypedisabledMonitoredItemsSamplingCount - 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.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readDisabledMonitoredItemsSamplingCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypereadDisabledMonitoredItemsSamplingCount in interface SamplingIntervalDiagnosticsTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeDisabledMonitoredItemsSamplingCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger disabledMonitoredItemsSamplingCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypewriteDisabledMonitoredItemsSamplingCount in interface SamplingIntervalDiagnosticsTypedisabledMonitoredItemsSamplingCount - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readDisabledMonitoredItemsSamplingCountAsync()
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.readDisabledMonitoredItemsSamplingCount().readDisabledMonitoredItemsSamplingCountAsync in interface SamplingIntervalDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDisabledMonitoredItemsSamplingCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger disabledMonitoredItemsSamplingCount)
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.writeDisabledMonitoredItemsSamplingCount(UInteger).writeDisabledMonitoredItemsSamplingCountAsync in interface SamplingIntervalDiagnosticsTypepublic BaseDataVariableTypeNode getDisabledMonitoredItemsSamplingCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getDisabledMonitoredItemsSamplingCountNode in interface SamplingIntervalDiagnosticsTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getDisabledMonitoredItemsSamplingCountNodeAsync()
SamplingIntervalDiagnosticsTypeSamplingIntervalDiagnosticsType.getDisabledMonitoredItemsSamplingCountNode().getDisabledMonitoredItemsSamplingCountNodeAsync in interface SamplingIntervalDiagnosticsTypeCopyright © 2021. All rights reserved.