CVB.Net 14.0
IMethodNode Interface Reference

An OPC/UA callable node. More...

Inherits INode.

Inherited by IClientMethodNode, and IServerMethodNode.

Properties

ICollection< IMethodParameterInputParameters [get]
 The collection of input parameters.
 
ICollection< IMethodParameterOutputParameters [get]
 The collection of output parameters.
 
- Properties inherited from INode
NodeId NodeId [get]
 Gets the NodeId uniquely identifying this INode.
 
string BrowseName [get]
 Gets string node identifier (especially for browsing).
 
string DisplayName [get]
 Node name for displaying it in a user interface.
 
string Description [get]
 Optional description of this node's role and behavior.
 

Detailed Description

An OPC/UA callable node.