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.
Показать файл Открыть проект Примеры использования класса

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

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