public interface DialogConditionType extends ConditionType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Integer> |
CANCEL_RESPONSE |
static QualifiedProperty<Integer> |
DEFAULT_RESPONSE |
static QualifiedProperty<Integer> |
LAST_RESPONSE |
static QualifiedProperty<Integer> |
OK_RESPONSE |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
PROMPT |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]> |
RESPONSE_OPTION_SET |
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 |
|---|---|
Integer |
getCancelResponse()
Get the local value of the CancelResponse Node.
|
PropertyType |
getCancelResponseNode()
Get the CancelResponse
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getCancelResponseNodeAsync()
Asynchronous implementation of
getCancelResponseNode(). |
Integer |
getDefaultResponse()
Get the local value of the DefaultResponse Node.
|
PropertyType |
getDefaultResponseNode()
Get the DefaultResponse
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getDefaultResponseNodeAsync()
Asynchronous implementation of
getDefaultResponseNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getDialogState()
Get the local value of the DialogState Node.
|
TwoStateVariableType |
getDialogStateNode()
Get the DialogState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableType> |
getDialogStateNodeAsync()
Asynchronous implementation of
getDialogStateNode(). |
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(). |
Integer |
getLastResponse()
Get the local value of the LastResponse Node.
|
PropertyType |
getLastResponseNode()
Get the LastResponse
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLastResponseNodeAsync()
Asynchronous implementation of
getLastResponseNode(). |
Integer |
getOkResponse()
Get the local value of the OkResponse Node.
|
PropertyType |
getOkResponseNode()
Get the OkResponse
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getOkResponseNodeAsync()
Asynchronous implementation of
getOkResponseNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getPrompt()
Get the local value of the Prompt Node.
|
PropertyType |
getPromptNode()
Get the Prompt
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getPromptNodeAsync()
Asynchronous implementation of
getPromptNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] |
getResponseOptionSet()
Get the local value of the ResponseOptionSet Node.
|
PropertyType |
getResponseOptionSetNode()
Get the ResponseOptionSet
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getResponseOptionSetNodeAsync()
Asynchronous implementation of
getResponseOptionSetNode(). |
Integer |
readCancelResponse()
Read the value of the CancelResponse Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Integer> |
readCancelResponseAsync()
An asynchronous implementation of
readCancelResponse(). |
Integer |
readDefaultResponse()
Read the value of the DefaultResponse Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Integer> |
readDefaultResponseAsync()
An asynchronous implementation of
readDefaultResponse(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readDialogState()
Read the value of the DialogState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readDialogStateAsync()
An asynchronous implementation of
readDialogState(). |
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(). |
Integer |
readLastResponse()
Read the value of the LastResponse Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Integer> |
readLastResponseAsync()
An asynchronous implementation of
readLastResponse(). |
Integer |
readOkResponse()
Read the value of the OkResponse Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Integer> |
readOkResponseAsync()
An asynchronous implementation of
readOkResponse(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readPrompt()
Read the value of the Prompt Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readPromptAsync()
An asynchronous implementation of
readPrompt(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] |
readResponseOptionSet()
Read the value of the ResponseOptionSet Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]> |
readResponseOptionSetAsync()
An asynchronous implementation of
readResponseOptionSet(). |
void |
setCancelResponse(Integer cancelResponse)
Set the local value of the CancelResponse Node.
|
void |
setDefaultResponse(Integer defaultResponse)
Set the local value of the DefaultResponse Node.
|
void |
setDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
Set the local value of the DialogState Node.
|
void |
setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
Set the local value of the EnabledState Node.
|
void |
setLastResponse(Integer lastResponse)
Set the local value of the LastResponse Node.
|
void |
setOkResponse(Integer okResponse)
Set the local value of the OkResponse Node.
|
void |
setPrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
Set the local value of the Prompt Node.
|
void |
setResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
Set the local value of the ResponseOptionSet Node.
|
void |
writeCancelResponse(Integer cancelResponse)
Write a new value for the CancelResponse Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCancelResponseAsync(Integer cancelResponse)
An asynchronous implementation of
writeCancelResponse(Integer). |
void |
writeDefaultResponse(Integer defaultResponse)
Write a new value for the DefaultResponse Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDefaultResponseAsync(Integer defaultResponse)
An asynchronous implementation of
writeDefaultResponse(Integer). |
void |
writeDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
Write a new value for the DialogState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDialogStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
An asynchronous implementation of
writeDialogState(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 |
writeLastResponse(Integer lastResponse)
Write a new value for the LastResponse Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastResponseAsync(Integer lastResponse)
An asynchronous implementation of
writeLastResponse(Integer). |
void |
writeOkResponse(Integer okResponse)
Write a new value for the OkResponse Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeOkResponseAsync(Integer okResponse)
An asynchronous implementation of
writeOkResponse(Integer). |
void |
writePrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
Write a new value for the Prompt Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writePromptAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
An asynchronous implementation of
writePrompt(LocalizedText). |
void |
writeResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
Write a new value for the ResponseOptionSet Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeResponseOptionSetAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
An asynchronous implementation of
writeResponseOptionSet(LocalizedText[]). |
getBranchId, 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.LocalizedText> PROMPT
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]> RESPONSE_OPTION_SET
static final QualifiedProperty<Integer> DEFAULT_RESPONSE
static final QualifiedProperty<Integer> OK_RESPONSE
static final QualifiedProperty<Integer> CANCEL_RESPONSE
static final QualifiedProperty<Integer> LAST_RESPONSE
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getPrompt()
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 Prompt Node.void setPrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
prompt - the local value to set for the Prompt Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Prompt Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readPrompt()
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 writePrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
throws org.eclipse.milo.opcua.stack.core.UaException
prompt - 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> readPromptAsync()
readPrompt().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePromptAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
writePrompt(LocalizedText).PropertyType getPromptNode() 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> getPromptNodeAsync()
getPromptNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] getResponseOptionSet()
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 ResponseOptionSet Node.void setResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
responseOptionSet - the local value to set for the ResponseOptionSet Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ResponseOptionSet Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] readResponseOptionSet()
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 writeResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
throws org.eclipse.milo.opcua.stack.core.UaException
responseOptionSet - 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[]> readResponseOptionSetAsync()
readResponseOptionSet().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeResponseOptionSetAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
writeResponseOptionSet(LocalizedText[]).PropertyType getResponseOptionSetNode() 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> getResponseOptionSetNodeAsync()
getResponseOptionSetNode().Integer getDefaultResponse() 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 DefaultResponse Node.void setDefaultResponse(Integer defaultResponse) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
defaultResponse - the local value to set for the DefaultResponse Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DefaultResponse Node.Integer readDefaultResponse() throws org.eclipse.milo.opcua.stack.core.UaException
Integer value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeDefaultResponse(Integer defaultResponse) throws org.eclipse.milo.opcua.stack.core.UaException
defaultResponse - the Integer value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Integer> readDefaultResponseAsync()
readDefaultResponse().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDefaultResponseAsync(Integer defaultResponse)
writeDefaultResponse(Integer).PropertyType getDefaultResponseNode() 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> getDefaultResponseNodeAsync()
getDefaultResponseNode().Integer getOkResponse() 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 OkResponse Node.void setOkResponse(Integer okResponse) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
okResponse - the local value to set for the OkResponse Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the OkResponse Node.Integer readOkResponse() throws org.eclipse.milo.opcua.stack.core.UaException
Integer value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeOkResponse(Integer okResponse) throws org.eclipse.milo.opcua.stack.core.UaException
okResponse - the Integer value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Integer> readOkResponseAsync()
readOkResponse().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeOkResponseAsync(Integer okResponse)
writeOkResponse(Integer).PropertyType getOkResponseNode() 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> getOkResponseNodeAsync()
getOkResponseNode().Integer getCancelResponse() 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 CancelResponse Node.void setCancelResponse(Integer cancelResponse) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
cancelResponse - the local value to set for the CancelResponse Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CancelResponse Node.Integer readCancelResponse() throws org.eclipse.milo.opcua.stack.core.UaException
Integer value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeCancelResponse(Integer cancelResponse) throws org.eclipse.milo.opcua.stack.core.UaException
cancelResponse - the Integer value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Integer> readCancelResponseAsync()
readCancelResponse().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCancelResponseAsync(Integer cancelResponse)
writeCancelResponse(Integer).PropertyType getCancelResponseNode() 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> getCancelResponseNodeAsync()
getCancelResponseNode().Integer getLastResponse() 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 LastResponse Node.void setLastResponse(Integer lastResponse) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lastResponse - the local value to set for the LastResponse Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastResponse Node.Integer readLastResponse() throws org.eclipse.milo.opcua.stack.core.UaException
Integer value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastResponse(Integer lastResponse) throws org.eclipse.milo.opcua.stack.core.UaException
lastResponse - the Integer value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Integer> readLastResponseAsync()
readLastResponse().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastResponseAsync(Integer lastResponse)
writeLastResponse(Integer).PropertyType getLastResponseNode() 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> getLastResponseNodeAsync()
getLastResponseNode().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 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 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 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 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 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 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 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 ConditionTypeorg.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getDialogState()
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 DialogState Node.void setDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
dialogState - the local value to set for the DialogState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DialogState Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readDialogState()
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 writeDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
throws org.eclipse.milo.opcua.stack.core.UaException
dialogState - 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> readDialogStateAsync()
readDialogState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDialogStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
writeDialogState(LocalizedText).TwoStateVariableType getDialogStateNode() 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> getDialogStateNodeAsync()
getDialogStateNode().Copyright © 2021. All rights reserved.