C# Class Quickstarts.DataAccessServer.SegmentBrowser

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
Next ( ) : IReference

Returns the next reference.

SegmentBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly, SegmentState source ) : System

Creates a new browser object with a set of filters.

Private Methods

Méthode Description
NextChild ( ) : IReference

Returns the next child.

Method Details

Next() public méthode

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

SegmentBrowser() public méthode

Creates a new browser object with a set of filters.
public SegmentBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly, SegmentState source ) : System
context ISystemContext The system context to use.
view Opc.Ua.ViewDescription The view which may restrict the set of references/nodes found.
referenceType Opc.Ua.NodeId The type of references being followed.
includeSubtypes bool Whether subtypes of the reference type are followed.
browseDirection BrowseDirection Which way the references are being followed.
browseName Opc.Ua.QualifiedName The browse name of a specific target (used when translating browse paths).
additionalReferences IEnumerable Any additional references that should be included.
internalOnly bool If true the browser should not making blocking calls to external systems.
source SegmentState The segment being accessed.
Résultat System