INode Interface

CVB.Net Documentation
Interface for all OPC/UA nodes.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public interface INode : IDisposable

The INode type exposes the following members.

Properties

  NameDescription
Public propertyBrowseName
Gets string node identifier (especially for browsing).
Public propertyDescription
Optional description of this node's role and behavior.
Public propertyDisplayName
Node name for displaying it in a user interface.
Public propertyNodeId
Gets the NodeId uniquely identifying this INode.
Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also

Reference