C# Класс Quickstarts.DataAccessServer.ModelUtils

A class that builds NodeIds used by the DataAccess NodeManager
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConstructIdForBlock ( string blockId, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs a NodeId for a block.

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

Constructs the node identifier for a component.

ConstructIdForSegment ( string segmentPath, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs a node identifier for a segment.

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

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

Constructs a NodeId for a block.
public static ConstructIdForBlock ( string blockId, ushort namespaceIndex ) : Opc.Ua.NodeId
blockId string The block id.
namespaceIndex ushort Index of the namespace.
Результат 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

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

Constructs a node identifier for a segment.
public static ConstructIdForSegment ( string segmentPath, ushort namespaceIndex ) : Opc.Ua.NodeId
segmentPath string The segment path.
namespaceIndex ushort Index of the namespace that qualifies the identifier.
Результат Opc.Ua.NodeId