C# 클래스 Opc.Ua.Server.NodeHandle

Stores information about a NodeId specified by the client.
A NodeHandle is created when GetManagerHandle is called and will only contain information found by parsing the NodeId. The ValidateNode method is used to verify that the NodeId refers to a real Node and find a NodeState object that can be used to access the Node.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
NodeHandle ( ) : System

Initializes a new instance of the NodeHandle class.

NodeHandle ( Opc.Ua.NodeId nodeId, NodeState node ) : System

Initializes a new instance of the NodeHandle class.

메소드 상세

NodeHandle() 공개 메소드

Initializes a new instance of the NodeHandle class.
public NodeHandle ( ) : System
리턴 System

NodeHandle() 공개 메소드

Initializes a new instance of the NodeHandle class.
public NodeHandle ( Opc.Ua.NodeId nodeId, NodeState node ) : System
nodeId Opc.Ua.NodeId The node id.
node NodeState The node.
리턴 System