C# Class Opc.Ua.TypeNode

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

Public Methods

Method Description
TypeNode ( ILocalNode source ) : System

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

Method Details

TypeNode() public method

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