public interface AggregateConfigurationType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> |
PERCENT_DATA_BAD |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> |
PERCENT_DATA_GOOD |
static QualifiedProperty<Boolean> |
TREAT_UNCERTAIN_AS_BAD |
static QualifiedProperty<Boolean> |
USE_SLOPED_EXTRAPOLATION |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
getPercentDataBad()
Get the local value of the PercentDataBad Node.
|
PropertyType |
getPercentDataBadNode()
Get the PercentDataBad
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getPercentDataBadNodeAsync()
Asynchronous implementation of
getPercentDataBadNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
getPercentDataGood()
Get the local value of the PercentDataGood Node.
|
PropertyType |
getPercentDataGoodNode()
Get the PercentDataGood
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getPercentDataGoodNodeAsync()
Asynchronous implementation of
getPercentDataGoodNode(). |
Boolean |
getTreatUncertainAsBad()
Get the local value of the TreatUncertainAsBad Node.
|
PropertyType |
getTreatUncertainAsBadNode()
Get the TreatUncertainAsBad
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getTreatUncertainAsBadNodeAsync()
Asynchronous implementation of
getTreatUncertainAsBadNode(). |
Boolean |
getUseSlopedExtrapolation()
Get the local value of the UseSlopedExtrapolation Node.
|
PropertyType |
getUseSlopedExtrapolationNode()
Get the UseSlopedExtrapolation
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getUseSlopedExtrapolationNodeAsync()
Asynchronous implementation of
getUseSlopedExtrapolationNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
readPercentDataBad()
Read 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> |
readPercentDataBadAsync()
An asynchronous implementation of
readPercentDataBad(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
readPercentDataGood()
Read 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> |
readPercentDataGoodAsync()
An asynchronous implementation of
readPercentDataGood(). |
Boolean |
readTreatUncertainAsBad()
Read the value of the TreatUncertainAsBad Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readTreatUncertainAsBadAsync()
An asynchronous implementation of
readTreatUncertainAsBad(). |
Boolean |
readUseSlopedExtrapolation()
Read the value of the UseSlopedExtrapolation Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readUseSlopedExtrapolationAsync()
An asynchronous implementation of
readUseSlopedExtrapolation(). |
void |
setPercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad)
Set the local value of the PercentDataBad Node.
|
void |
setPercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood)
Set the local value of the PercentDataGood Node.
|
void |
setTreatUncertainAsBad(Boolean treatUncertainAsBad)
Set the local value of the TreatUncertainAsBad Node.
|
void |
setUseSlopedExtrapolation(Boolean useSlopedExtrapolation)
Set the local value of the UseSlopedExtrapolation Node.
|
void |
writePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad)
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 percentDataBad)
An asynchronous implementation of
writePercentDataBad(UByte). |
void |
writePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood)
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 percentDataGood)
An asynchronous implementation of
writePercentDataGood(UByte). |
void |
writeTreatUncertainAsBad(Boolean treatUncertainAsBad)
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> |
writeTreatUncertainAsBadAsync(Boolean treatUncertainAsBad)
An asynchronous implementation of
writeTreatUncertainAsBad(Boolean). |
void |
writeUseSlopedExtrapolation(Boolean useSlopedExtrapolation)
Write 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> |
writeUseSlopedExtrapolationAsync(Boolean useSlopedExtrapolation)
An asynchronous implementation of
writeUseSlopedExtrapolation(Boolean). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<Boolean> TREAT_UNCERTAIN_AS_BAD
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> PERCENT_DATA_BAD
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> PERCENT_DATA_GOOD
static final QualifiedProperty<Boolean> USE_SLOPED_EXTRAPOLATION
Boolean getTreatUncertainAsBad() 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 TreatUncertainAsBad Node.void setTreatUncertainAsBad(Boolean treatUncertainAsBad) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
treatUncertainAsBad - the local value to set for the TreatUncertainAsBad Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TreatUncertainAsBad Node.Boolean readTreatUncertainAsBad() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeTreatUncertainAsBad(Boolean treatUncertainAsBad) throws org.eclipse.milo.opcua.stack.core.UaException
treatUncertainAsBad - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readTreatUncertainAsBadAsync()
readTreatUncertainAsBad().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTreatUncertainAsBadAsync(Boolean treatUncertainAsBad)
writeTreatUncertainAsBad(Boolean).PropertyType getTreatUncertainAsBadNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getTreatUncertainAsBadNodeAsync()
getTreatUncertainAsBadNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPercentDataBad()
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 PercentDataBad Node.void setPercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
percentDataBad - the local value to set for the PercentDataBad Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PercentDataBad Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readPercentDataBad()
throws org.eclipse.milo.opcua.stack.core.UaException
UByte value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writePercentDataBad(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad)
throws org.eclipse.milo.opcua.stack.core.UaException
percentDataBad - the UByte 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.UByte> readPercentDataBadAsync()
readPercentDataBad().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePercentDataBadAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataBad)
writePercentDataBad(UByte).PropertyType getPercentDataBadNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getPercentDataBadNodeAsync()
getPercentDataBadNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPercentDataGood()
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 PercentDataGood Node.void setPercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
percentDataGood - the local value to set for the PercentDataGood Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PercentDataGood Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readPercentDataGood()
throws org.eclipse.milo.opcua.stack.core.UaException
UByte value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writePercentDataGood(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood)
throws org.eclipse.milo.opcua.stack.core.UaException
percentDataGood - the UByte 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.UByte> readPercentDataGoodAsync()
readPercentDataGood().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePercentDataGoodAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte percentDataGood)
writePercentDataGood(UByte).PropertyType getPercentDataGoodNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getPercentDataGoodNodeAsync()
getPercentDataGoodNode().Boolean getUseSlopedExtrapolation() 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 UseSlopedExtrapolation Node.void setUseSlopedExtrapolation(Boolean useSlopedExtrapolation) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
useSlopedExtrapolation - the local value to set for the UseSlopedExtrapolation Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UseSlopedExtrapolation Node.Boolean readUseSlopedExtrapolation() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeUseSlopedExtrapolation(Boolean useSlopedExtrapolation) throws org.eclipse.milo.opcua.stack.core.UaException
useSlopedExtrapolation - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readUseSlopedExtrapolationAsync()
readUseSlopedExtrapolation().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUseSlopedExtrapolationAsync(Boolean useSlopedExtrapolation)
writeUseSlopedExtrapolation(Boolean).PropertyType getUseSlopedExtrapolationNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getUseSlopedExtrapolationNodeAsync()
getUseSlopedExtrapolationNode().Copyright © 2021. All rights reserved.