IServerVariableNode Interface

CVB.Net Documentation
OPC/UA OpcUaServer variable node.

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

public interface IServerVariableNode : IServerNode, 
	INode, IDisposable

The IServerVariableNode type exposes the following members.

Properties

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

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

  NameDescription
Public eventRead
Event that is signaled when the OpcUaClient reads a value.
Public eventWritten
Event that is signaled when the OpcUaClient has written a value.
Top
See Also

Reference