Interface AggregateConfigurationType
- All Superinterfaces:
BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
AggregateConfigurationTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Boolean>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Boolean> -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteGet the local value of the PercentDataBad Node.Get the PercentDataBadPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetPercentDataBadNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteGet the local value of the PercentDataGood Node.Get the PercentDataGoodPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetPercentDataGoodNode().Get the local value of the TreatUncertainAsBad Node.Get the TreatUncertainAsBadPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetTreatUncertainAsBadNode().Get the local value of the UseSlopedExtrapolation Node.Get the UseSlopedExtrapolationPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetUseSlopedExtrapolationNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteRead the value of the PercentDataBad Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte>An asynchronous implementation ofreadPercentDataBad().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteRead the value of the PercentDataGood Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte>An asynchronous implementation ofreadPercentDataGood().Read the value of the TreatUncertainAsBad Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Boolean>An asynchronous implementation ofreadTreatUncertainAsBad().Read the value of the UseSlopedExtrapolation Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Boolean>An asynchronous implementation ofreadUseSlopedExtrapolation().voidsetPercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Set the local value of the PercentDataBad Node.voidsetPercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Set the local value of the PercentDataGood Node.voidsetTreatUncertainAsBad(Boolean value) Set the local value of the TreatUncertainAsBad Node.voidsetUseSlopedExtrapolation(Boolean value) Set the local value of the UseSlopedExtrapolation Node.voidwritePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Write a new value for the PercentDataBad Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePercentDataBadAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) An asynchronous implementation ofwritePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).voidwritePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Write a new value for the PercentDataGood Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePercentDataGoodAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) An asynchronous implementation ofwritePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).voidwriteTreatUncertainAsBad(Boolean value) Write a new value for the TreatUncertainAsBad Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>An asynchronous implementation ofwriteTreatUncertainAsBad(java.lang.Boolean).voidWrite a new value for the UseSlopedExtrapolation Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>An asynchronous implementation ofwriteUseSlopedExtrapolation(java.lang.Boolean).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.ObjectNode
getEventNotifier, setEventNotifier
-
Field Details
-
TREAT_UNCERTAIN_AS_BAD
-
PERCENT_DATA_BAD
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> PERCENT_DATA_BAD -
PERCENT_DATA_GOOD
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> PERCENT_DATA_GOOD -
USE_SLOPED_EXTRAPOLATION
-
-
Method Details
-
getTreatUncertainAsBad
Get the local value of the TreatUncertainAsBad Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the TreatUncertainAsBad Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the TreatUncertainAsBad Node.
-
setTreatUncertainAsBad
Set the local value of the TreatUncertainAsBad Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the TreatUncertainAsBad Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the TreatUncertainAsBad Node.
-
readTreatUncertainAsBad
Read the value of the TreatUncertainAsBad Node from the server and update the local value if the operation succeeds.- Returns:
- the
Booleanvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeTreatUncertainAsBad
Write a new value for the TreatUncertainAsBad Node to the server and update the local value if the operation succeeds.- Parameters:
value- theBooleanvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readTreatUncertainAsBadAsync
CompletableFuture<? extends Boolean> readTreatUncertainAsBadAsync()An asynchronous implementation ofreadTreatUncertainAsBad().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeTreatUncertainAsBadAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTreatUncertainAsBadAsync(Boolean value) An asynchronous implementation ofwriteTreatUncertainAsBad(java.lang.Boolean).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getTreatUncertainAsBadNode
Get the TreatUncertainAsBadPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the TreatUncertainAsBad
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getTreatUncertainAsBadNodeAsync
CompletableFuture<? extends PropertyType> getTreatUncertainAsBadNodeAsync()Asynchronous implementation ofgetTreatUncertainAsBadNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPercentDataBad
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPercentDataBad() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the PercentDataBad Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the PercentDataBad Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PercentDataBad Node.
-
setPercentDataBad
void setPercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the PercentDataBad Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the PercentDataBad Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PercentDataBad Node.
-
readPercentDataBad
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readPercentDataBad() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the PercentDataBad Node from the server and update the local value if the operation succeeds.- Returns:
- the
UBytevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePercentDataBad
void writePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the PercentDataBad Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUBytevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPercentDataBadAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> readPercentDataBadAsync()An asynchronous implementation ofreadPercentDataBad().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePercentDataBadAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePercentDataBadAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) An asynchronous implementation ofwritePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPercentDataBadNode
Get the PercentDataBadPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the PercentDataBad
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPercentDataBadNodeAsync
CompletableFuture<? extends PropertyType> getPercentDataBadNodeAsync()Asynchronous implementation ofgetPercentDataBadNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPercentDataGood
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPercentDataGood() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the PercentDataGood Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the PercentDataGood Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PercentDataGood Node.
-
setPercentDataGood
void setPercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the PercentDataGood Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the PercentDataGood Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PercentDataGood Node.
-
readPercentDataGood
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readPercentDataGood() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the PercentDataGood Node from the server and update the local value if the operation succeeds.- Returns:
- the
UBytevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePercentDataGood
void writePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the PercentDataGood Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUBytevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPercentDataGoodAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> readPercentDataGoodAsync()An asynchronous implementation ofreadPercentDataGood().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePercentDataGoodAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePercentDataGoodAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) An asynchronous implementation ofwritePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPercentDataGoodNode
Get the PercentDataGoodPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the PercentDataGood
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPercentDataGoodNodeAsync
CompletableFuture<? extends PropertyType> getPercentDataGoodNodeAsync()Asynchronous implementation ofgetPercentDataGoodNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUseSlopedExtrapolation
Get the local value of the UseSlopedExtrapolation Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the UseSlopedExtrapolation Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UseSlopedExtrapolation Node.
-
setUseSlopedExtrapolation
Set the local value of the UseSlopedExtrapolation Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the UseSlopedExtrapolation Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UseSlopedExtrapolation Node.
-
readUseSlopedExtrapolation
Read the value of the UseSlopedExtrapolation Node from the server and update the local value if the operation succeeds.- Returns:
- the
Booleanvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeUseSlopedExtrapolation
void writeUseSlopedExtrapolation(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the UseSlopedExtrapolation Node to the server and update the local value if the operation succeeds.- Parameters:
value- theBooleanvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readUseSlopedExtrapolationAsync
CompletableFuture<? extends Boolean> readUseSlopedExtrapolationAsync()An asynchronous implementation ofreadUseSlopedExtrapolation().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeUseSlopedExtrapolationAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUseSlopedExtrapolationAsync(Boolean value) An asynchronous implementation ofwriteUseSlopedExtrapolation(java.lang.Boolean).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getUseSlopedExtrapolationNode
Get the UseSlopedExtrapolationPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the UseSlopedExtrapolation
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUseSlopedExtrapolationNodeAsync
CompletableFuture<? extends PropertyType> getUseSlopedExtrapolationNodeAsync()Asynchronous implementation ofgetUseSlopedExtrapolationNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-