C# Class Quickstarts.PerfTestServer.MemoryRegisterBrowser

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

Méthodes publiques

Méthode 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

Méthode Description
NextChild ( ) : IReference

Returns the next child.

Method Details

MemoryRegisterBrowser() public méthode

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
Résultat System

Next() public méthode

Returns the next reference.
public Next ( ) : IReference
Résultat IReference