C# Класс Opc.Ua.Com.Client.HdaParsedNodeId

Stores the elements of a NodeId after it is parsed.
The NodeIds used by the samples are strings with an optional path appended. The RootType identifies the type of Root Node. The RootId is the unique identifier for the Root Node. The ComponentPath is constructed from the SymbolicNames of one or more children of the Root Node.
Наследование: ParsedNodeId
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Construct ( ) : Opc.Ua.NodeId

Constructs a node identifier.

Construct ( int rootType, string rootId, string componentPath, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs a node identifier.

Parse ( Opc.Ua.NodeId nodeId ) : HdaParsedNodeId

Parses the specified node identifier.

Описание методов

Construct() публичный Метод

Constructs a node identifier.
public Construct ( ) : Opc.Ua.NodeId
Результат Opc.Ua.NodeId

Construct() публичный статический Метод

Constructs a node identifier.
public static Construct ( int rootType, string rootId, string componentPath, ushort namespaceIndex ) : Opc.Ua.NodeId
rootType int
rootId string
componentPath string
namespaceIndex ushort
Результат Opc.Ua.NodeId

Parse() публичный статический Метод

Parses the specified node identifier.
public static Parse ( Opc.Ua.NodeId nodeId ) : HdaParsedNodeId
nodeId Opc.Ua.NodeId The node identifier.
Результат HdaParsedNodeId