C# 클래스 Quickstarts.AlarmConditionServer.ModelUtils

Defines constants and methods used by all classes in the information model.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

ConstructIdForArea() 공개 정적인 메소드

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.
리턴 Opc.Ua.NodeId

ConstructIdForComponent() 공개 정적인 메소드

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.
리턴 Opc.Ua.NodeId

ConstructIdForSource() 공개 정적인 메소드

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.
리턴 Opc.Ua.NodeId