C# Class Quickstarts.AlarmConditionServer.ModelUtils

Defines constants and methods used by all classes in the information model.
Mostra file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

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

Method Details

ConstructIdForArea() public static method

Constructs a node identifier for a area.
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.
return Opc.Ua.NodeId

ConstructIdForComponent() public static method

Constructs the node identifier for a component.
public static ConstructIdForComponent ( NodeState component, ushort namespaceIndex ) : Opc.Ua.NodeId
component NodeState The component.
namespaceIndex ushort Index of the namespace.
return Opc.Ua.NodeId

ConstructIdForSource() public static method

Constructs a NodeId for a source.
public static ConstructIdForSource ( string sourceId, ushort namespaceIndex ) : Opc.Ua.NodeId
sourceId string The source id.
namespaceIndex ushort Index of the namespace.
return Opc.Ua.NodeId