C# Class FileSystem.AreaBrowser

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

Private Methods

Méthode Description
FindByBrowseName ( ) : IReference

Returns the next child with the requested browse name.

NextChild ( ) : IReference

Returns the next child.

Method Details

AreaBrowser() public méthode

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

Next() public méthode

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