public interface BaseEventType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> |
EVENT_ID |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
EVENT_TYPE |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType> |
LOCAL_TIME |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
MESSAGE |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
RECEIVE_TIME |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> |
SEVERITY |
static QualifiedProperty<String> |
SOURCE_NAME |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
SOURCE_NODE |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
TIME |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
getEventId()
Get the local value of the EventId Node.
|
PropertyType |
getEventIdNode()
Get the EventId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getEventIdNodeAsync()
Asynchronous implementation of
getEventIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getEventType()
Get the local value of the EventType Node.
|
PropertyType |
getEventTypeNode()
Get the EventType
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getEventTypeNodeAsync()
Asynchronous implementation of
getEventTypeNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType |
getLocalTime()
Get the local value of the LocalTime Node.
|
PropertyType |
getLocalTimeNode()
Get the LocalTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLocalTimeNodeAsync()
Asynchronous implementation of
getLocalTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getMessage()
Get the local value of the Message Node.
|
PropertyType |
getMessageNode()
Get the Message
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMessageNodeAsync()
Asynchronous implementation of
getMessageNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getReceiveTime()
Get the local value of the ReceiveTime Node.
|
PropertyType |
getReceiveTimeNode()
Get the ReceiveTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getReceiveTimeNodeAsync()
Asynchronous implementation of
getReceiveTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
getSeverity()
Get the local value of the Severity Node.
|
PropertyType |
getSeverityNode()
Get the Severity
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSeverityNodeAsync()
Asynchronous implementation of
getSeverityNode(). |
String |
getSourceName()
Get the local value of the SourceName Node.
|
PropertyType |
getSourceNameNode()
Get the SourceName
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSourceNameNodeAsync()
Asynchronous implementation of
getSourceNameNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getSourceNode()
Get the local value of the SourceNode Node.
|
PropertyType |
getSourceNodeNode()
Get the SourceNode
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSourceNodeNodeAsync()
Asynchronous implementation of
getSourceNodeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getTime()
Get the local value of the Time Node.
|
PropertyType |
getTimeNode()
Get the Time
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getTimeNodeAsync()
Asynchronous implementation of
getTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
readEventId()
Read the value of the EventId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> |
readEventIdAsync()
An asynchronous implementation of
readEventId(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readEventType()
Read the value of the EventType Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readEventTypeAsync()
An asynchronous implementation of
readEventType(). |
org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType |
readLocalTime()
Read the value of the LocalTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType> |
readLocalTimeAsync()
An asynchronous implementation of
readLocalTime(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readMessage()
Read the value of the Message Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readMessageAsync()
An asynchronous implementation of
readMessage(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readReceiveTime()
Read the value of the ReceiveTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readReceiveTimeAsync()
An asynchronous implementation of
readReceiveTime(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
readSeverity()
Read the value of the Severity Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> |
readSeverityAsync()
An asynchronous implementation of
readSeverity(). |
String |
readSourceName()
Read the value of the SourceName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readSourceNameAsync()
An asynchronous implementation of
readSourceName(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readSourceNode()
Read the value of the SourceNode Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readSourceNodeAsync()
An asynchronous implementation of
readSourceNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readTime()
Read the value of the Time Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readTimeAsync()
An asynchronous implementation of
readTime(). |
void |
setEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
Set the local value of the EventId Node.
|
void |
setEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
Set the local value of the EventType Node.
|
void |
setLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
Set the local value of the LocalTime Node.
|
void |
setMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
Set the local value of the Message Node.
|
void |
setReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
Set the local value of the ReceiveTime Node.
|
void |
setSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
Set the local value of the Severity Node.
|
void |
setSourceName(String sourceName)
Set the local value of the SourceName Node.
|
void |
setSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
Set the local value of the SourceNode Node.
|
void |
setTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
Set the local value of the Time Node.
|
void |
writeEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
Write a new value for the EventId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
An asynchronous implementation of
writeEventId(ByteString). |
void |
writeEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
Write a new value for the EventType Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEventTypeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
An asynchronous implementation of
writeEventType(NodeId). |
void |
writeLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
Write a new value for the LocalTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLocalTimeAsync(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
An asynchronous implementation of
writeLocalTime(TimeZoneDataType). |
void |
writeMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
Write a new value for the Message Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMessageAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
An asynchronous implementation of
writeMessage(LocalizedText). |
void |
writeReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
Write a new value for the ReceiveTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeReceiveTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
An asynchronous implementation of
writeReceiveTime(DateTime). |
void |
writeSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
Write a new value for the Severity Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
An asynchronous implementation of
writeSeverity(UShort). |
void |
writeSourceName(String sourceName)
Write a new value for the SourceName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSourceNameAsync(String sourceName)
An asynchronous implementation of
writeSourceName(String). |
void |
writeSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
Write a new value for the SourceNode Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSourceNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
An asynchronous implementation of
writeSourceNode(NodeId). |
void |
writeTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
Write a new value for the Time Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
An asynchronous implementation of
writeTime(DateTime). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> EVENT_ID
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> EVENT_TYPE
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> SOURCE_NODE
static final QualifiedProperty<String> SOURCE_NAME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> TIME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> RECEIVE_TIME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType> LOCAL_TIME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> MESSAGE
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> SEVERITY
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getEventId()
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 EventId Node.void setEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
eventId - the local value to set for the EventId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EventId Node.org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readEventId()
throws org.eclipse.milo.opcua.stack.core.UaException
ByteString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
throws org.eclipse.milo.opcua.stack.core.UaException
eventId - the ByteString 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.ByteString> readEventIdAsync()
readEventId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
writeEventId(ByteString).PropertyType getEventIdNode() 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> getEventIdNodeAsync()
getEventIdNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getEventType()
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 EventType Node.void setEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
eventType - the local value to set for the EventType Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EventType Node.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readEventType()
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 writeEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
throws org.eclipse.milo.opcua.stack.core.UaException
eventType - 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> readEventTypeAsync()
readEventType().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEventTypeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
writeEventType(NodeId).PropertyType getEventTypeNode() 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> getEventTypeNodeAsync()
getEventTypeNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getSourceNode()
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 SourceNode Node.void setSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
sourceNode - the local value to set for the SourceNode Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SourceNode Node.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readSourceNode()
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 writeSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
throws org.eclipse.milo.opcua.stack.core.UaException
sourceNode - 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> readSourceNodeAsync()
readSourceNode().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSourceNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
writeSourceNode(NodeId).PropertyType getSourceNodeNode() 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> getSourceNodeNodeAsync()
getSourceNodeNode().String getSourceName() 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 SourceName Node.void setSourceName(String sourceName) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
sourceName - the local value to set for the SourceName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SourceName Node.String readSourceName() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSourceName(String sourceName) throws org.eclipse.milo.opcua.stack.core.UaException
sourceName - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readSourceNameAsync()
readSourceName().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSourceNameAsync(String sourceName)
writeSourceName(String).PropertyType getSourceNameNode() 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> getSourceNameNodeAsync()
getSourceNameNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getTime()
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 Time Node.void setTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
time - the local value to set for the Time Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Time Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readTime()
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 writeTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
throws org.eclipse.milo.opcua.stack.core.UaException
time - 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> readTimeAsync()
readTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
writeTime(DateTime).PropertyType getTimeNode() 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> getTimeNodeAsync()
getTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getReceiveTime()
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 ReceiveTime Node.void setReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
receiveTime - the local value to set for the ReceiveTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ReceiveTime Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readReceiveTime()
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 writeReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
throws org.eclipse.milo.opcua.stack.core.UaException
receiveTime - 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> readReceiveTimeAsync()
readReceiveTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeReceiveTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
writeReceiveTime(DateTime).PropertyType getReceiveTimeNode() 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> getReceiveTimeNodeAsync()
getReceiveTimeNode().org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType getLocalTime()
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 LocalTime Node.void setLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
localTime - the local value to set for the LocalTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LocalTime Node.org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType readLocalTime()
throws org.eclipse.milo.opcua.stack.core.UaException
TimeZoneDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
throws org.eclipse.milo.opcua.stack.core.UaException
localTime - the TimeZoneDataType 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.structured.TimeZoneDataType> readLocalTimeAsync()
readLocalTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLocalTimeAsync(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
writeLocalTime(TimeZoneDataType).PropertyType getLocalTimeNode() 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> getLocalTimeNodeAsync()
getLocalTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getMessage()
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 Message Node.void setMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
message - the local value to set for the Message Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Message Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readMessage()
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 writeMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
throws org.eclipse.milo.opcua.stack.core.UaException
message - 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> readMessageAsync()
readMessage().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMessageAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
writeMessage(LocalizedText).PropertyType getMessageNode() 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> getMessageNodeAsync()
getMessageNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getSeverity()
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 Severity Node.void setSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
severity - the local value to set for the Severity Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Severity Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readSeverity()
throws org.eclipse.milo.opcua.stack.core.UaException
UShort value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
throws org.eclipse.milo.opcua.stack.core.UaException
severity - the UShort 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.unsigned.UShort> readSeverityAsync()
readSeverity().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
writeSeverity(UShort).PropertyType getSeverityNode() 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> getSeverityNodeAsync()
getSeverityNode().Copyright © 2021. All rights reserved.