C# 클래스 Quickstarts.PerfTestServer.MemoryRegisterBrowser

Browses the children of a segment.
상속: Opc.Ua.NodeBrowser
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

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

Creates a new browser object with a set of filters.

Next ( ) : IReference

Returns the next reference.

비공개 메소드들

메소드 설명
NextChild ( ) : IReference

Returns the next child.

메소드 상세

MemoryRegisterBrowser() 공개 메소드

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

Next() 공개 메소드

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