Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The INodeManager type exposes the following members.

Methods

  NameDescription
Public methodAddReferences
Adds references to the node manager.
Public methodBrowse
Returns the set of references that meet the filter criteria.
Public methodCall
Calls a method defined on a object.
Public methodConditionRefresh
Tells the NodeManager to refresh any conditions.
Public methodCreateAddressSpace
Creates the address space by loading any configuration information an connecting to an underlying system (if applicable).
Public methodCreateMonitoredItems
Creates a set of monitored items.
Public methodDeleteAddressSpace
Deletes the address by releasing all resources and disconnecting from any underlying system.
Public methodDeleteMonitoredItems
Deletes a set of monitored items.
Public methodDeleteReference
Deletes a reference.
Public methodGetManagerHandle
Returns an opaque handle identifying to the node to the node manager.
Public methodGetNodeMetadata
Returns the metadata associated with the node.
Public methodHistoryRead
Reads the history of a set of items.
Public methodHistoryUpdate
Updates the history for a set of nodes.
Public methodModifyMonitoredItems
Modifies a set of monitored items.
Public methodRead
Reads the attribute values for a set of nodes.
Public methodSetMonitoringMode
Changes the monitoring mode for a set of monitored items.
Public methodSubscribeToAllEvents
Tells the NodeManager to report events all events from all sources.
Public methodSubscribeToEvents
Tells the NodeManager to report events from the specified notifier.
Public methodTranslateBrowsePath
Finds the targets of the relative path from the source node.
Public methodWrite
Writes a set of values.

Properties

  NameDescription
Public propertyNamespaceUris
Returns the NamespaceUris for the Nodes belonging to the NodeManager.

See Also