public class SemanticChangeEventTypeNode extends BaseModelChangeEventTypeNode implements SemanticChangeEventType
CHANGESEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Constructor and Description |
|---|
SemanticChangeEventTypeNode(OpcUaClient client,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass,
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[] |
getChanges()
Get the local value of the Changes Node.
|
PropertyTypeNode |
getChangesNode()
Get the Changes
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getChangesNodeAsync()
Asynchronous implementation of
SemanticChangeEventType.getChangesNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[] |
readChanges()
Read the value of the Changes Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[]> |
readChangesAsync()
An asynchronous implementation of
SemanticChangeEventType.readChanges(). |
void |
setChanges(org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[] changes)
Set the local value of the Changes Node.
|
void |
writeChanges(org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[] changes)
Write a new value for the Changes Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeChangesAsync(org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[] changes)
An asynchronous implementation of
SemanticChangeEventType.writeChanges(SemanticChangeStructureDataType[]). |
getEventId, 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, writeTimeAsynccallMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventId, 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, setWriteMaskpublic SemanticChangeEventTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[] getChanges()
throws org.eclipse.milo.opcua.stack.core.UaException
SemanticChangeEventTypeThe returned value is the last seen; it is not read live from the server.
getChanges in interface SemanticChangeEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Changes Node.public void setChanges(org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[] changes)
throws org.eclipse.milo.opcua.stack.core.UaException
SemanticChangeEventTypeThe value is only updated locally; it is not written to the server.
setChanges in interface SemanticChangeEventTypechanges - the local value to set for the Changes Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Changes Node.public org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[] readChanges()
throws org.eclipse.milo.opcua.stack.core.UaException
SemanticChangeEventTypereadChanges in interface SemanticChangeEventTypeSemanticChangeStructureDataType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeChanges(org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[] changes)
throws org.eclipse.milo.opcua.stack.core.UaException
SemanticChangeEventTypewriteChanges in interface SemanticChangeEventTypechanges - the SemanticChangeStructureDataType[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[]> readChangesAsync()
SemanticChangeEventTypeSemanticChangeEventType.readChanges().readChangesAsync in interface SemanticChangeEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeChangesAsync(org.eclipse.milo.opcua.stack.core.types.structured.SemanticChangeStructureDataType[] changes)
SemanticChangeEventTypeSemanticChangeEventType.writeChanges(SemanticChangeStructureDataType[]).writeChangesAsync in interface SemanticChangeEventTypepublic PropertyTypeNode getChangesNode() throws org.eclipse.milo.opcua.stack.core.UaException
SemanticChangeEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getChangesNode in interface SemanticChangeEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getChangesNodeAsync()
SemanticChangeEventTypeSemanticChangeEventType.getChangesNode().getChangesNodeAsync in interface SemanticChangeEventTypeCopyright © 2021. All rights reserved.