public interface ObjectNode extends Node
| Modifier and Type | Method and Description |
|---|---|
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte |
getEventNotifier()
The EventNotifier attribute identifies whether the Object can be used to subscribe to Events or to read and
write the history of the Events.
|
void |
setEventNotifier(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
Set the EventNotifier attribute of this Object.
|
getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, hasAttribute, hasAttribute, readAttribute, readAttribute, readAttribute, readAttribute, readAttribute, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMask, writeAttribute, writeAttribute, writeAttributecom.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte getEventNotifier()
void setEventNotifier(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
eventNotifier - the EventNotifier attribute to set.Copyright © 2015. All rights reserved.