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

Stores the elements of a NodeId after it is parsed.
The NodeIds used by the samples are strings with an optional path appended. The RootType identifies the type of Root Node. The RootId is the unique identifier for the Root Node. The ComponentPath is constructed from the SymbolicNames of one or more children of the Root Node.
Inheritance: ParsedNodeId
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
Construct ( ) : Opc.Ua.NodeId

Constructs a node identifier.

Parse ( Opc.Ua.NodeId nodeId ) : DaParsedNodeId

Parses the specified node identifier.

Method Details

Construct() public method

Constructs a node identifier.
public Construct ( ) : Opc.Ua.NodeId
return Opc.Ua.NodeId

Parse() public static method

Parses the specified node identifier.
public static Parse ( Opc.Ua.NodeId nodeId ) : DaParsedNodeId
nodeId Opc.Ua.NodeId The node identifier.
return DaParsedNodeId