C# 클래스 Opc.Ua.Com.Client.AeModelUtils

A class that builds NodeIds used by the DataAccess NodeManager
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

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

메소드 상세

ConstructIdForArea() 공개 정적인 메소드

Constructs the id for an area.
public static ConstructIdForArea ( string areaId, ushort namespaceIndex ) : Opc.Ua.NodeId
areaId string The area id.
namespaceIndex ushort Index of the namespace.
리턴 Opc.Ua.NodeId

ConstructIdForInternalNode() 공개 정적인 메소드

Constructs a NodeId from the BrowseName of an internal node.
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.
리턴 Opc.Ua.NodeId

ConstructIdForSource() 공개 정적인 메소드

Constructs the id for a source.
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.
리턴 Opc.Ua.NodeId