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

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

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

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

Constructs the id for an area.

ConstructIdForInternalNode ( Opc.Ua.QualifiedName browseName, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs a NodeId from the BrowseName of an internal node.

ConstructIdForSource ( string areaId, string sourceName, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs the id for a source.

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

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

Constructs the id for an area.
public static ConstructIdForArea ( string areaId, ushort namespaceIndex ) : Opc.Ua.NodeId
areaId string The area id.
namespaceIndex ushort Index of the namespace.
Результат Opc.Ua.NodeId

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

Constructs a NodeId from the BrowseName of an internal node.
public static ConstructIdForInternalNode ( Opc.Ua.QualifiedName browseName, ushort namespaceIndex ) : Opc.Ua.NodeId
browseName Opc.Ua.QualifiedName The browse name.
namespaceIndex ushort Index of the namespace.
Результат Opc.Ua.NodeId

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

Constructs the id for a source.
public static ConstructIdForSource ( string areaId, string sourceName, ushort namespaceIndex ) : Opc.Ua.NodeId
areaId string The area id.
sourceName string Name of the source.
namespaceIndex ushort Index of the namespace.
Результат Opc.Ua.NodeId