C# Class Opc.Ua.InstanceNode

An instance node in the server address space.
Inheritance: Node
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
InstanceNode ( ILocalNode source ) : System

Creates a node from another node (copies attributes - not references).

Method Details

InstanceNode() public method

Creates a node from another node (copies attributes - not references).
public InstanceNode ( ILocalNode source ) : System
source ILocalNode The source.
return System