public interface ConditionVariableType extends BaseDataVariableType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
SOURCE_TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getSourceTimestamp()
Get the local value of the SourceTimestamp Node.
|
PropertyType |
getSourceTimestampNode()
Get the SourceTimestamp
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSourceTimestampNodeAsync()
Asynchronous implementation of
getSourceTimestampNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readSourceTimestamp()
Read the value of the SourceTimestamp Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readSourceTimestampAsync()
An asynchronous implementation of
readSourceTimestamp(). |
void |
setSourceTimestamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime sourceTimestamp)
Set the local value of the SourceTimestamp Node.
|
void |
writeSourceTimestamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime sourceTimestamp)
Write a new value for the SourceTimestamp Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSourceTimestampAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime sourceTimestamp)
An asynchronous implementation of
writeSourceTimestamp(DateTime). |
getAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> SOURCE_TIMESTAMP
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getSourceTimestamp()
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 SourceTimestamp Node.void setSourceTimestamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime sourceTimestamp)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
sourceTimestamp - the local value to set for the SourceTimestamp Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SourceTimestamp Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readSourceTimestamp()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSourceTimestamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime sourceTimestamp)
throws org.eclipse.milo.opcua.stack.core.UaException
sourceTimestamp - the DateTime 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.DateTime> readSourceTimestampAsync()
readSourceTimestamp().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSourceTimestampAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime sourceTimestamp)
writeSourceTimestamp(DateTime).PropertyType getSourceTimestampNode() 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> getSourceTimestampNodeAsync()
getSourceTimestampNode().Copyright © 2021. All rights reserved.