Interface AlarmStateVariableType
- All Superinterfaces:
BaseDataVariableType,BaseVariableType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.VariableNode
- All Known Implementing Classes:
AlarmStateVariableTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the ActiveCount Node.Get the ActiveCountPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetActiveCountNode().org.eclipse.milo.opcua.stack.core.types.structured.ContentFilterGet the local value of the Filter Node.Get the FilterPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetFilterNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the HighestActiveSeverity Node.Get the HighestActiveSeverityPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetHighestActiveSeverityNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the HighestUnackSeverity Node.Get the HighestUnackSeverityPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetHighestUnackSeverityNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the UnacknowledgedCount Node.Get the UnacknowledgedCountPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetUnacknowledgedCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the UnconfirmedCount Node.Get the UnconfirmedCountPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetUnconfirmedCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the ActiveCount 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 ofreadActiveCount().org.eclipse.milo.opcua.stack.core.types.structured.ContentFilterRead the value of the Filter Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter>An asynchronous implementation ofreadFilter().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the HighestActiveSeverity Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofreadHighestActiveSeverity().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the HighestUnackSeverity Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofreadHighestUnackSeverity().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the UnacknowledgedCount 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 ofreadUnacknowledgedCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the UnconfirmedCount 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 ofreadUnconfirmedCount().voidsetActiveCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the ActiveCount Node.voidsetFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) Set the local value of the Filter Node.voidsetHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the HighestActiveSeverity Node.voidsetHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the HighestUnackSeverity Node.voidsetUnacknowledgedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the UnacknowledgedCount Node.voidsetUnconfirmedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the UnconfirmedCount Node.voidwriteActiveCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the ActiveCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeActiveCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteActiveCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) Write a new value for the Filter Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) An asynchronous implementation ofwriteFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter).voidwriteHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the HighestActiveSeverity Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeHighestActiveSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) An asynchronous implementation ofwriteHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the HighestUnackSeverity Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeHighestUnackSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) An asynchronous implementation ofwriteHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteUnacknowledgedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the UnacknowledgedCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeUnacknowledgedCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteUnacknowledgedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteUnconfirmedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the UnconfirmedCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeUnconfirmedCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteUnconfirmedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).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
-
Field Details
-
HIGHEST_ACTIVE_SEVERITY
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> HIGHEST_ACTIVE_SEVERITY -
HIGHEST_UNACK_SEVERITY
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> HIGHEST_UNACK_SEVERITY -
ACTIVE_COUNT
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> ACTIVE_COUNT -
UNACKNOWLEDGED_COUNT
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> UNACKNOWLEDGED_COUNT -
UNCONFIRMED_COUNT
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> UNCONFIRMED_COUNT -
FILTER
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter> FILTER
-
-
Method Details
-
getHighestActiveSeverity
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getHighestActiveSeverity() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the HighestActiveSeverity Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the HighestActiveSeverity Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighestActiveSeverity Node.
-
setHighestActiveSeverity
void setHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the HighestActiveSeverity Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the HighestActiveSeverity Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighestActiveSeverity Node.
-
readHighestActiveSeverity
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readHighestActiveSeverity() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the HighestActiveSeverity Node from the server and update the local value if the operation succeeds.- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHighestActiveSeverity
void writeHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the HighestActiveSeverity Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readHighestActiveSeverityAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readHighestActiveSeverityAsync()An asynchronous implementation ofreadHighestActiveSeverity().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHighestActiveSeverityAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighestActiveSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) An asynchronous implementation ofwriteHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHighestActiveSeverityNode
Get the HighestActiveSeverityPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the HighestActiveSeverity
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighestActiveSeverityNodeAsync
CompletableFuture<? extends PropertyType> getHighestActiveSeverityNodeAsync()Asynchronous implementation ofgetHighestActiveSeverityNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHighestUnackSeverity
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getHighestUnackSeverity() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the HighestUnackSeverity Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the HighestUnackSeverity Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighestUnackSeverity Node.
-
setHighestUnackSeverity
void setHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the HighestUnackSeverity Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the HighestUnackSeverity Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighestUnackSeverity Node.
-
readHighestUnackSeverity
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readHighestUnackSeverity() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the HighestUnackSeverity Node from the server and update the local value if the operation succeeds.- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHighestUnackSeverity
void writeHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the HighestUnackSeverity Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readHighestUnackSeverityAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readHighestUnackSeverityAsync()An asynchronous implementation ofreadHighestUnackSeverity().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHighestUnackSeverityAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighestUnackSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) An asynchronous implementation ofwriteHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHighestUnackSeverityNode
Get the HighestUnackSeverityPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the HighestUnackSeverity
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighestUnackSeverityNodeAsync
CompletableFuture<? extends PropertyType> getHighestUnackSeverityNodeAsync()Asynchronous implementation ofgetHighestUnackSeverityNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getActiveCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getActiveCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the ActiveCount Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ActiveCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ActiveCount Node.
-
setActiveCount
void setActiveCount(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 ActiveCount Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ActiveCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ActiveCount Node.
-
readActiveCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readActiveCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the ActiveCount 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.
-
writeActiveCount
void writeActiveCount(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 ActiveCount 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.
-
readActiveCountAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readActiveCountAsync()An asynchronous implementation ofreadActiveCount().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeActiveCountAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeActiveCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteActiveCount(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.
-
getActiveCountNode
Get the ActiveCountPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ActiveCount
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getActiveCountNodeAsync
CompletableFuture<? extends PropertyType> getActiveCountNodeAsync()Asynchronous implementation ofgetActiveCountNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUnacknowledgedCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getUnacknowledgedCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the UnacknowledgedCount Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the UnacknowledgedCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UnacknowledgedCount Node.
-
setUnacknowledgedCount
void setUnacknowledgedCount(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 UnacknowledgedCount Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the UnacknowledgedCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UnacknowledgedCount Node.
-
readUnacknowledgedCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readUnacknowledgedCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the UnacknowledgedCount 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.
-
writeUnacknowledgedCount
void writeUnacknowledgedCount(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 UnacknowledgedCount 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.
-
readUnacknowledgedCountAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readUnacknowledgedCountAsync()An asynchronous implementation ofreadUnacknowledgedCount().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeUnacknowledgedCountAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUnacknowledgedCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteUnacknowledgedCount(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.
-
getUnacknowledgedCountNode
Get the UnacknowledgedCountPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the UnacknowledgedCount
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUnacknowledgedCountNodeAsync
CompletableFuture<? extends PropertyType> getUnacknowledgedCountNodeAsync()Asynchronous implementation ofgetUnacknowledgedCountNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUnconfirmedCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getUnconfirmedCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the UnconfirmedCount Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the UnconfirmedCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UnconfirmedCount Node.
-
setUnconfirmedCount
void setUnconfirmedCount(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 UnconfirmedCount Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the UnconfirmedCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UnconfirmedCount Node.
-
readUnconfirmedCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readUnconfirmedCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the UnconfirmedCount 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.
-
writeUnconfirmedCount
void writeUnconfirmedCount(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 UnconfirmedCount 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.
-
readUnconfirmedCountAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readUnconfirmedCountAsync()An asynchronous implementation ofreadUnconfirmedCount().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeUnconfirmedCountAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUnconfirmedCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteUnconfirmedCount(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.
-
getUnconfirmedCountNode
Get the UnconfirmedCountPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the UnconfirmedCount
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUnconfirmedCountNodeAsync
CompletableFuture<? extends PropertyType> getUnconfirmedCountNodeAsync()Asynchronous implementation ofgetUnconfirmedCountNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getFilter
org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter getFilter() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the Filter Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the Filter Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Filter Node.
-
setFilter
void setFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the Filter Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the Filter Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Filter Node.
-
readFilter
org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter readFilter() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the Filter Node from the server and update the local value if the operation succeeds.- Returns:
- the
ContentFiltervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeFilter
void writeFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the Filter Node to the server and update the local value if the operation succeeds.- Parameters:
value- theContentFiltervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readFilterAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter> readFilterAsync()An asynchronous implementation ofreadFilter().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeFilterAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) An asynchronous implementation ofwriteFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getFilterNode
Get the FilterPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the Filter
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getFilterNodeAsync
CompletableFuture<? extends PropertyType> getFilterNodeAsync()Asynchronous implementation ofgetFilterNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-