C# Class Opc.Ua.NodeStateReference

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

Méthodes publiques

Méthode 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 méthode

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
Résultat System

NodeStateReference() public méthode

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
Résultat System