C# 클래스 Opc.Ua.NodeStateReference

Stores the a reference for a node.
상속: IReference
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
NodeStateReference ( Opc.Ua.NodeId referenceTypeId, bool isInverse, Opc.Ua.ExpandedNodeId targetId ) : System

Constructs a reference to an external target.

NodeStateReference ( Opc.Ua.NodeId referenceTypeId, bool isInverse, NodeState target ) : System

Constructs a reference to an internal target.

메소드 상세

NodeStateReference() 공개 메소드

Constructs a reference to an external target.
public NodeStateReference ( Opc.Ua.NodeId referenceTypeId, bool isInverse, Opc.Ua.ExpandedNodeId targetId ) : System
referenceTypeId Opc.Ua.NodeId
isInverse bool
targetId Opc.Ua.ExpandedNodeId
리턴 System

NodeStateReference() 공개 메소드

Constructs a reference to an internal target.
public NodeStateReference ( Opc.Ua.NodeId referenceTypeId, bool isInverse, NodeState target ) : System
referenceTypeId Opc.Ua.NodeId
isInverse bool
target NodeState
리턴 System