C# Class Quickstarts.DataAccessServer.SegmentState

A object which maps a segment to a UA object.
Inheritance: Opc.Ua.FolderState
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
CreateBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly ) : INodeBrowser

Creates a browser that explores the structure of the block.

SegmentState ( ISystemContext context, Opc.Ua.NodeId nodeId, UnderlyingSystemSegment segment ) : System

Initializes a new instance of the SegmentState class.

Méthodes protégées

Méthode Description
PopulateBrowser ( ISystemContext context, NodeBrowser browser ) : void

Populates the browser with references that meet the criteria.

Method Details

CreateBrowser() public méthode

Creates a browser that explores the structure of the block.
public CreateBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly ) : INodeBrowser
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.
Résultat INodeBrowser

PopulateBrowser() protected méthode

Populates the browser with references that meet the criteria.
protected PopulateBrowser ( ISystemContext context, NodeBrowser browser ) : void
context ISystemContext The context for the system being accessed.
browser Opc.Ua.NodeBrowser The browser to populate.
Résultat void

SegmentState() public méthode

Initializes a new instance of the SegmentState class.
public SegmentState ( ISystemContext context, Opc.Ua.NodeId nodeId, UnderlyingSystemSegment segment ) : System
context ISystemContext The context.
nodeId Opc.Ua.NodeId The node id.
segment UnderlyingSystemSegment The segment.
Résultat System