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

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

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

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

Constructs a node identifier.

ConstructIdForComponent ( NodeState component, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs the node identifier for a component.

Parse ( Opc.Ua.NodeId nodeId ) : ParsedNodeId

Parses the specified node identifier.

Защищенные методы

Метод Описание
EscapeAndAppendString ( StringBuilder buffer, string text ) : void

Escapes and appends a string.

ExtractAndUnescapeString ( string text, int &start ) : string

Extracts the and unescapes a string.

ExtractNumber ( string identifier, int &start ) : uint

Extracts a number from the string.

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

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

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

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

Constructs the node identifier for a component.
public static ConstructIdForComponent ( NodeState component, ushort namespaceIndex ) : Opc.Ua.NodeId
component NodeState The component.
namespaceIndex ushort Index of the namespace.
Результат Opc.Ua.NodeId

EscapeAndAppendString() защищенный статический Метод

Escapes and appends a string.
protected static EscapeAndAppendString ( StringBuilder buffer, string text ) : void
buffer StringBuilder The buffer.
text string The text.
Результат void

ExtractAndUnescapeString() защищенный статический Метод

Extracts the and unescapes a string.
protected static ExtractAndUnescapeString ( string text, int &start ) : string
text string The text.
start int The start.
Результат string

ExtractNumber() защищенный статический Метод

Extracts a number from the string.
protected static ExtractNumber ( string identifier, int &start ) : uint
identifier string The identifier.
start int The start. Set the first non-digit character.
Результат uint

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

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