C# Class Opc.Ua.Client.Browser

Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Private Properties

Свойство Type Description
BrowseNext ReferenceDescriptionCollection
CheckBrowserState void
Initialize void

Méthodes publiques

Méthode Description
Browse ( NodeId nodeId ) : ReferenceDescriptionCollection

Browses the specified node.

Browser ( ) : System

Creates an unattached instance of a browser.

Browser ( Browser template ) : System

Creates a copy of a browser.

Browser ( Session session ) : System

Creates new instance of a browser and attaches it to a session.

Private Methods

Méthode Description
BrowseNext ( byte &continuationPoint, bool cancel ) : ReferenceDescriptionCollection

Fetches the next batch of references.

CheckBrowserState ( ) : void

Checks the state of the browser.

Initialize ( ) : void

Sets all private fields to default values.

Method Details

Browse() public méthode

Browses the specified node.
public Browse ( NodeId nodeId ) : ReferenceDescriptionCollection
nodeId NodeId
Résultat ReferenceDescriptionCollection

Browser() public méthode

Creates an unattached instance of a browser.
public Browser ( ) : System
Résultat System

Browser() public méthode

Creates a copy of a browser.
public Browser ( Browser template ) : System
template Browser
Résultat System

Browser() public méthode

Creates new instance of a browser and attaches it to a session.
public Browser ( Session session ) : System
session Session
Résultat System