C# Класс Opc.Ua.NodeStateReference

Stores the a reference for a node.
Наследование: IReference
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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