C# Class Opc.Ua.Com.Client.AeModelUtils

A class that builds NodeIds used by the DataAccess NodeManager
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
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.

Method Details

ConstructIdForArea() public static method

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

ConstructIdForInternalNode() public static method

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

ConstructIdForSource() public static method

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