C# 클래스 Opc.Ua.Com.Client.DaParsedNodeId

Stores the elements of a NodeId after it is parsed.
The NodeIds used by the samples are strings with an optional path appended. The RootType identifies the type of Root Node. The RootId is the unique identifier for the Root Node. The ComponentPath is constructed from the SymbolicNames of one or more children of the Root Node.
상속: ParsedNodeId
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
Construct ( ) : Opc.Ua.NodeId

Constructs a node identifier.

Parse ( Opc.Ua.NodeId nodeId ) : DaParsedNodeId

Parses the specified node identifier.

메소드 상세

Construct() 공개 메소드

Constructs a node identifier.
public Construct ( ) : Opc.Ua.NodeId
리턴 Opc.Ua.NodeId

Parse() 공개 정적인 메소드

Parses the specified node identifier.
public static Parse ( Opc.Ua.NodeId nodeId ) : DaParsedNodeId
nodeId Opc.Ua.NodeId The node identifier.
리턴 DaParsedNodeId