C# Class Quickstarts.AlarmConditionServer.ModelUtils

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

Méthodes publiques

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.

Method Details

ConstructIdForArea() public static méthode

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.
Résultat Opc.Ua.NodeId

ConstructIdForComponent() public static méthode

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.
Résultat Opc.Ua.NodeId

ConstructIdForSource() public static méthode

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.
Résultat Opc.Ua.NodeId