C# 클래스 FileSystem.AreaBrowser

A class to browse the references for a memory buffer.
상속: Opc.Ua.NodeBrowser
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
AreaBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly, AreaState area ) : System

Creates a new browser object with a set of filters.

Next ( ) : IReference

Returns the next reference.

비공개 메소드들

메소드 설명
FindByBrowseName ( ) : IReference

Returns the next child with the requested browse name.

NextChild ( ) : IReference

Returns the next child.

메소드 상세

AreaBrowser() 공개 메소드

Creates a new browser object with a set of filters.
public AreaBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly, AreaState area ) : System
context ISystemContext
view Opc.Ua.ViewDescription
referenceType Opc.Ua.NodeId
includeSubtypes bool
browseDirection BrowseDirection
browseName Opc.Ua.QualifiedName
additionalReferences IEnumerable
internalOnly bool
area AreaState
리턴 System

Next() 공개 메소드

Returns the next reference.
public Next ( ) : IReference
리턴 IReference