C# Class MemoryBuffer.MemoryBufferBrowser

A class to browse the references for a memory buffer.
Inheritance: Opc.Ua.NodeBrowser
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
MemoryBufferBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly, MemoryBufferState buffer ) : 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

MemoryBufferBrowser() public méthode

Creates a new browser object with a set of filters.
public MemoryBufferBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly, MemoryBufferState buffer ) : System
context ISystemContext
view Opc.Ua.ViewDescription
referenceType Opc.Ua.NodeId
includeSubtypes bool
browseDirection BrowseDirection
browseName Opc.Ua.QualifiedName
additionalReferences IEnumerable
internalOnly bool
buffer MemoryBufferState
Résultat System

Next() public méthode

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