C# Class Quickstarts.PerfTestServer.MemoryRegisterBrowser

Browses the children of a segment.
Inheritance: Opc.Ua.NodeBrowser
Mostra file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
NextChild ( ) : IReference

Returns the next child.

Method Details

MemoryRegisterBrowser() public method

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
return System

Next() public method

Returns the next reference.
public Next ( ) : IReference
return IReference