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

A object which maps a segment to a UA object.
상속: Opc.Ua.FolderState
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
AeAreaState ( ISystemContext context, string qualifiedName, string name, ushort namespaceIndex ) : System

Initializes a new instance of the AeAreaState class.

CreateBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly ) : INodeBrowser

Creates a browser that finds the references to the branch.

메소드 상세

AeAreaState() 공개 메소드

Initializes a new instance of the AeAreaState class.
public AeAreaState ( ISystemContext context, string qualifiedName, string name, ushort namespaceIndex ) : System
context ISystemContext The context.
qualifiedName string The qualified name for the area.
name string The name of the area.
namespaceIndex ushort Index of the namespace.
리턴 System

CreateBrowser() 공개 메소드

Creates a browser that finds the references to the branch.
public CreateBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly ) : INodeBrowser
context ISystemContext The system context to use.
view Opc.Ua.ViewDescription The view which may restrict the set of references/nodes found.
referenceType Opc.Ua.NodeId The type of references being followed.
includeSubtypes bool Whether subtypes of the reference type are followed.
browseDirection BrowseDirection Which way the references are being followed.
browseName Opc.Ua.QualifiedName The browse name of a specific target (used when translating browse paths).
additionalReferences IEnumerable Any additional references that should be included.
internalOnly bool If true the browser should not making blocking calls to external systems.
리턴 INodeBrowser