Méthode | Description | |
---|---|---|
ConstructIdForArea ( string areaPath, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs a node identifier for a area.
|
|
ConstructIdForComponent ( NodeState component, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs the node identifier for a component.
|
|
ConstructIdForSource ( string sourceId, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs a NodeId for a source.
|
public static ConstructIdForArea ( string areaPath, ushort namespaceIndex ) : Opc.Ua.NodeId | ||
areaPath | string | The area path. |
namespaceIndex | ushort | Index of the namespace that qualifies the identifier. |
Résultat | Opc.Ua.NodeId |
public static ConstructIdForComponent ( NodeState component, ushort namespaceIndex ) : Opc.Ua.NodeId | ||
component | NodeState | The component. |
namespaceIndex | ushort | Index of the namespace. |
Résultat | Opc.Ua.NodeId |
public static ConstructIdForSource ( string sourceId, ushort namespaceIndex ) : Opc.Ua.NodeId | ||
sourceId | string | The source id. |
namespaceIndex | ushort | Index of the namespace. |
Résultat | Opc.Ua.NodeId |