C# 클래스 Opc.Ua.DataTypeState

The base class for all reference type nodes.
상속: BaseTypeState
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

DataTypeState ( ) : System

Initializes the instance with its defalt attribute values.

메소드 상세

Construct() 공개 정적인 메소드

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
리턴 NodeState

DataTypeState() 공개 메소드

Initializes the instance with its defalt attribute values.
public DataTypeState ( ) : System
리턴 System