C# Class Quickstarts.HistoricalAccessServer.NodeTypes

Defines the types of nodes exposed by the HistoricalAccessServer NodeManager.
Exibir arquivo Open project: OPCFoundation/UA-.NET

Public Methods

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

Constructs the node identifier for a component.

Method Details

ConstructIdForComponent() public static method

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.
return Opc.Ua.NodeId