C# Class Opc.Ua.NodeStateReference

Stores the a reference for a node.
Inheritance: IReference
Mostrar archivo Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
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.

Method Details

NodeStateReference() public method

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
return System

NodeStateReference() public method

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
return System