C# 클래스 Quickstarts.DataAccessServer.ModelUtils

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

공개 메소드들

메소드 설명
ConstructIdForBlock ( string blockId, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs a NodeId for a block.

ConstructIdForComponent ( NodeState component, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs the node identifier for a component.

ConstructIdForSegment ( string segmentPath, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs a node identifier for a segment.

메소드 상세

ConstructIdForBlock() 공개 정적인 메소드

Constructs a NodeId for a block.
public static ConstructIdForBlock ( string blockId, ushort namespaceIndex ) : Opc.Ua.NodeId
blockId string The block id.
namespaceIndex ushort Index of the namespace.
리턴 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

ConstructIdForSegment() 공개 정적인 메소드

Constructs a node identifier for a segment.
public static ConstructIdForSegment ( string segmentPath, ushort namespaceIndex ) : Opc.Ua.NodeId
segmentPath string The segment path.
namespaceIndex ushort Index of the namespace that qualifies the identifier.
리턴 Opc.Ua.NodeId