Метод | Описание | |
---|---|---|
Construct ( ) : Opc.Ua.NodeId |
Constructs a node identifier.
|
|
Construct ( int rootType, string rootId, string componentPath, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs a node identifier.
|
|
Parse ( Opc.Ua.NodeId nodeId ) : |
Parses the specified node identifier.
|
public static Construct ( int rootType, string rootId, string componentPath, ushort namespaceIndex ) : Opc.Ua.NodeId | ||
rootType | int | |
rootId | string | |
componentPath | string | |
namespaceIndex | ushort | |
Результат | Opc.Ua.NodeId |
public static Parse ( Opc.Ua.NodeId nodeId ) : |
||
nodeId | Opc.Ua.NodeId | The node identifier. |
Результат |