public interface AuditConditionRespondEventType extends AuditConditionEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Integer> |
SELECTED_RESPONSE |
INPUT_ARGUMENTS, METHOD_IDACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUSEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Modifier and Type | Method and Description |
|---|---|
Integer |
getSelectedResponse()
Get the local value of the SelectedResponse Node.
|
PropertyType |
getSelectedResponseNode()
Get the SelectedResponse
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSelectedResponseNodeAsync()
Asynchronous implementation of
getSelectedResponseNode(). |
Integer |
readSelectedResponse()
Read the value of the SelectedResponse Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Integer> |
readSelectedResponseAsync()
An asynchronous implementation of
readSelectedResponse(). |
void |
setSelectedResponse(Integer selectedResponse)
Set the local value of the SelectedResponse Node.
|
void |
writeSelectedResponse(Integer selectedResponse)
Write a new value for the SelectedResponse Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSelectedResponseAsync(Integer selectedResponse)
An asynchronous implementation of
writeSelectedResponse(Integer). |
getInputArguments, getInputArgumentsNode, getInputArgumentsNodeAsync, getMethodId, getMethodIdNode, getMethodIdNodeAsync, readInputArguments, readInputArgumentsAsync, readMethodId, readMethodIdAsync, setInputArguments, setMethodId, writeInputArguments, writeInputArgumentsAsync, writeMethodId, writeMethodIdAsyncgetActionTimeStamp, getActionTimeStampNode, getActionTimeStampNodeAsync, getClientAuditEntryId, getClientAuditEntryIdNode, getClientAuditEntryIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getServerId, getServerIdNode, getServerIdNodeAsync, getStatus, getStatusNode, getStatusNodeAsync, readActionTimeStamp, readActionTimeStampAsync, readClientAuditEntryId, readClientAuditEntryIdAsync, readClientUserId, readClientUserIdAsync, readServerId, readServerIdAsync, readStatus, readStatusAsync, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus, writeActionTimeStamp, writeActionTimeStampAsync, writeClientAuditEntryId, writeClientAuditEntryIdAsync, writeClientUserId, writeClientUserIdAsync, writeServerId, writeServerIdAsync, writeStatus, writeStatusAsyncgetEventId, 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<Integer> SELECTED_RESPONSE
Integer getSelectedResponse() 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 SelectedResponse Node.void setSelectedResponse(Integer selectedResponse) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
selectedResponse - the local value to set for the SelectedResponse Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SelectedResponse Node.Integer readSelectedResponse() 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 writeSelectedResponse(Integer selectedResponse) throws org.eclipse.milo.opcua.stack.core.UaException
selectedResponse - 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> readSelectedResponseAsync()
readSelectedResponse().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSelectedResponseAsync(Integer selectedResponse)
writeSelectedResponse(Integer).PropertyType getSelectedResponseNode() 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> getSelectedResponseNodeAsync()
getSelectedResponseNode().Copyright © 2021. All rights reserved.