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

Defines constants and methods used by all classes in the information model.
Показать файл Открыть проект Примеры использования класса

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

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

Constructs a node identifier for a area.

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

Constructs the node identifier for a component.

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

Constructs a NodeId for a source.

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

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

Constructs a node identifier for a area.
public static ConstructIdForArea ( string areaPath, ushort namespaceIndex ) : Opc.Ua.NodeId
areaPath string The area path.
namespaceIndex ushort Index of the namespace that qualifies the identifier.
Результат 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

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

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