C# Class FileSystem.AreaBrowser

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

Public Methods

Method 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

Method Description
FindByBrowseName ( ) : IReference

Returns the next child with the requested browse name.

NextChild ( ) : IReference

Returns the next child.

Method Details

AreaBrowser() public method

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

Next() public method

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