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