C# 클래스 Opc.Ua.TypeNode

An type node in the server address space.
상속: Node
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
TypeNode ( ILocalNode source ) : System

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

메소드 상세

TypeNode() 공개 메소드

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