public interface AlarmConditionType extends AcknowledgeableConditionType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
INPUT_NODE |
static QualifiedProperty<Double> |
MAX_TIME_SHELVED |
static QualifiedProperty<Boolean> |
SUPPRESSED_OR_SHELVED |
BRANCH_ID, CLIENT_USER_ID, CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_NAME, RETAINEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getActiveState()
Get the local value of the ActiveState Node.
|
TwoStateVariableType |
getActiveStateNode()
Get the ActiveState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableType> |
getActiveStateNodeAsync()
Asynchronous implementation of
getActiveStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getEnabledState()
Get the local value of the EnabledState Node.
|
TwoStateVariableType |
getEnabledStateNode()
Get the EnabledState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableType> |
getEnabledStateNodeAsync()
Asynchronous implementation of
getEnabledStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getInputNode()
Get the local value of the InputNode Node.
|
PropertyType |
getInputNodeNode()
Get the InputNode
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getInputNodeNodeAsync()
Asynchronous implementation of
getInputNodeNode(). |
Double |
getMaxTimeShelved()
Get the local value of the MaxTimeShelved Node.
|
PropertyType |
getMaxTimeShelvedNode()
Get the MaxTimeShelved
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxTimeShelvedNodeAsync()
Asynchronous implementation of
getMaxTimeShelvedNode(). |
ShelvedStateMachineType |
getShelvingStateNode()
Get the ShelvingState
ShelvedStateMachineType Node, or null if it does not exist. |
CompletableFuture<? extends ShelvedStateMachineType> |
getShelvingStateNodeAsync()
Asynchronous implementation of
getShelvingStateNode(). |
Boolean |
getSuppressedOrShelved()
Get the local value of the SuppressedOrShelved Node.
|
PropertyType |
getSuppressedOrShelvedNode()
Get the SuppressedOrShelved
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSuppressedOrShelvedNodeAsync()
Asynchronous implementation of
getSuppressedOrShelvedNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getSuppressedState()
Get the local value of the SuppressedState Node.
|
TwoStateVariableType |
getSuppressedStateNode()
Get the SuppressedState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableType> |
getSuppressedStateNodeAsync()
Asynchronous implementation of
getSuppressedStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readActiveState()
Read the value of the ActiveState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readActiveStateAsync()
An asynchronous implementation of
readActiveState(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readEnabledState()
Read the value of the EnabledState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readEnabledStateAsync()
An asynchronous implementation of
readEnabledState(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readInputNode()
Read the value of the InputNode Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readInputNodeAsync()
An asynchronous implementation of
readInputNode(). |
Double |
readMaxTimeShelved()
Read the value of the MaxTimeShelved Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readMaxTimeShelvedAsync()
An asynchronous implementation of
readMaxTimeShelved(). |
Boolean |
readSuppressedOrShelved()
Read the value of the SuppressedOrShelved Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readSuppressedOrShelvedAsync()
An asynchronous implementation of
readSuppressedOrShelved(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readSuppressedState()
Read the value of the SuppressedState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readSuppressedStateAsync()
An asynchronous implementation of
readSuppressedState(). |
void |
setActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
Set the local value of the ActiveState Node.
|
void |
setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
Set the local value of the EnabledState Node.
|
void |
setInputNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
Set the local value of the InputNode Node.
|
void |
setMaxTimeShelved(Double maxTimeShelved)
Set the local value of the MaxTimeShelved Node.
|
void |
setSuppressedOrShelved(Boolean suppressedOrShelved)
Set the local value of the SuppressedOrShelved Node.
|
void |
setSuppressedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
Set the local value of the SuppressedState Node.
|
void |
writeActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
Write a new value for the ActiveState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeActiveStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
An asynchronous implementation of
writeActiveState(LocalizedText). |
void |
writeEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
Write a new value for the EnabledState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEnabledStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
An asynchronous implementation of
writeEnabledState(LocalizedText). |
void |
writeInputNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
Write a new value for the InputNode Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeInputNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
An asynchronous implementation of
writeInputNode(NodeId). |
void |
writeMaxTimeShelved(Double maxTimeShelved)
Write a new value for the MaxTimeShelved Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxTimeShelvedAsync(Double maxTimeShelved)
An asynchronous implementation of
writeMaxTimeShelved(Double). |
void |
writeSuppressedOrShelved(Boolean suppressedOrShelved)
Write a new value for the SuppressedOrShelved Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSuppressedOrShelvedAsync(Boolean suppressedOrShelved)
An asynchronous implementation of
writeSuppressedOrShelved(Boolean). |
void |
writeSuppressedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
Write a new value for the SuppressedState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSuppressedStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
An asynchronous implementation of
writeSuppressedState(LocalizedText). |
getAckedState, getAckedStateNode, getAckedStateNodeAsync, getConfirmedState, getConfirmedStateNode, getConfirmedStateNodeAsync, readAckedState, readAckedStateAsync, readConfirmedState, readConfirmedStateAsync, setAckedState, setConfirmedState, writeAckedState, writeAckedStateAsync, writeConfirmedState, writeConfirmedStateAsyncgetBranchId, getBranchIdNode, getBranchIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getComment, getCommentNode, getCommentNodeAsync, getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionName, getConditionNameNode, getConditionNameNodeAsync, getLastSeverity, getLastSeverityNode, getLastSeverityNodeAsync, getQuality, getQualityNode, getQualityNodeAsync, getRetain, getRetainNode, getRetainNodeAsync, readBranchId, readBranchIdAsync, readClientUserId, readClientUserIdAsync, readComment, readCommentAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionName, readConditionNameAsync, readLastSeverity, readLastSeverityAsync, readQuality, readQualityAsync, readRetain, readRetainAsync, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setLastSeverity, setQuality, setRetain, writeBranchId, writeBranchIdAsync, writeClientUserId, writeClientUserIdAsync, writeComment, writeCommentAsync, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionName, writeConditionNameAsync, writeLastSeverity, writeLastSeverityAsync, writeQuality, writeQualityAsync, writeRetain, writeRetainAsyncgetEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> INPUT_NODE
static final QualifiedProperty<Boolean> SUPPRESSED_OR_SHELVED
static final QualifiedProperty<Double> MAX_TIME_SHELVED
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getInputNode()
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 InputNode Node.void setInputNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
inputNode - the local value to set for the InputNode Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InputNode Node.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readInputNode()
throws org.eclipse.milo.opcua.stack.core.UaException
NodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeInputNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
throws org.eclipse.milo.opcua.stack.core.UaException
inputNode - the NodeId 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.NodeId> readInputNodeAsync()
readInputNode().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInputNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
writeInputNode(NodeId).PropertyType getInputNodeNode() 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> getInputNodeNodeAsync()
getInputNodeNode().Boolean getSuppressedOrShelved() 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 SuppressedOrShelved Node.void setSuppressedOrShelved(Boolean suppressedOrShelved) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
suppressedOrShelved - the local value to set for the SuppressedOrShelved Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SuppressedOrShelved Node.Boolean readSuppressedOrShelved() 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 writeSuppressedOrShelved(Boolean suppressedOrShelved) throws org.eclipse.milo.opcua.stack.core.UaException
suppressedOrShelved - 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> readSuppressedOrShelvedAsync()
readSuppressedOrShelved().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSuppressedOrShelvedAsync(Boolean suppressedOrShelved)
writeSuppressedOrShelved(Boolean).PropertyType getSuppressedOrShelvedNode() 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> getSuppressedOrShelvedNodeAsync()
getSuppressedOrShelvedNode().Double getMaxTimeShelved() 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 MaxTimeShelved Node.void setMaxTimeShelved(Double maxTimeShelved) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxTimeShelved - the local value to set for the MaxTimeShelved Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxTimeShelved Node.Double readMaxTimeShelved() 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 writeMaxTimeShelved(Double maxTimeShelved) throws org.eclipse.milo.opcua.stack.core.UaException
maxTimeShelved - 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> readMaxTimeShelvedAsync()
readMaxTimeShelved().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxTimeShelvedAsync(Double maxTimeShelved)
writeMaxTimeShelved(Double).PropertyType getMaxTimeShelvedNode() 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> getMaxTimeShelvedNodeAsync()
getMaxTimeShelvedNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getEnabledState()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
getEnabledState in interface AcknowledgeableConditionTypegetEnabledState in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EnabledState Node.void setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
setEnabledState in interface AcknowledgeableConditionTypesetEnabledState in interface ConditionTypeenabledState - the local value to set for the EnabledState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EnabledState Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readEnabledState()
throws org.eclipse.milo.opcua.stack.core.UaException
readEnabledState in interface AcknowledgeableConditionTypereadEnabledState in interface ConditionTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
throws org.eclipse.milo.opcua.stack.core.UaException
writeEnabledState in interface AcknowledgeableConditionTypewriteEnabledState in interface ConditionTypeenabledState - the LocalizedText 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.LocalizedText> readEnabledStateAsync()
readEnabledState().readEnabledStateAsync in interface AcknowledgeableConditionTypereadEnabledStateAsync in interface ConditionTypeCompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEnabledStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
writeEnabledState(LocalizedText).writeEnabledStateAsync in interface AcknowledgeableConditionTypewriteEnabledStateAsync in interface ConditionTypeTwoStateVariableType getEnabledStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
TwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getEnabledStateNode in interface AcknowledgeableConditionTypegetEnabledStateNode in interface ConditionTypeTwoStateVariableType 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 TwoStateVariableType> getEnabledStateNodeAsync()
getEnabledStateNode().getEnabledStateNodeAsync in interface AcknowledgeableConditionTypegetEnabledStateNodeAsync in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getActiveState()
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 ActiveState Node.void setActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
activeState - the local value to set for the ActiveState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ActiveState Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readActiveState()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
throws org.eclipse.milo.opcua.stack.core.UaException
activeState - the LocalizedText 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.LocalizedText> readActiveStateAsync()
readActiveState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeActiveStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
writeActiveState(LocalizedText).TwoStateVariableType getActiveStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
TwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TwoStateVariableType 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 TwoStateVariableType> getActiveStateNodeAsync()
getActiveStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getSuppressedState()
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 SuppressedState Node.void setSuppressedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
suppressedState - the local value to set for the SuppressedState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SuppressedState Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readSuppressedState()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSuppressedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
throws org.eclipse.milo.opcua.stack.core.UaException
suppressedState - the LocalizedText 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.LocalizedText> readSuppressedStateAsync()
readSuppressedState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSuppressedStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
writeSuppressedState(LocalizedText).TwoStateVariableType getSuppressedStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
TwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TwoStateVariableType 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 TwoStateVariableType> getSuppressedStateNodeAsync()
getSuppressedStateNode().ShelvedStateMachineType getShelvingStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
ShelvedStateMachineType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
ShelvedStateMachineType 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 ShelvedStateMachineType> getShelvingStateNodeAsync()
getShelvingStateNode().Copyright © 2021. All rights reserved.