C# Class Opc.Ua.Com.Client.ComAeBrowserClient

Browses areas and sources in the AE server.
Inheritance: ComObject
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
ComAeBrowserClient ( ComAeClient client, string qualifiedName ) : System

Initializes a new instance of the ComAeBrowserClient class.

FindArea ( ISystemContext context, string qualifiedName, ushort namespaceIndex ) : BaseObjectState

Finds the area.

FindSource ( ISystemContext context, string areaName, string sourceName, ushort namespaceIndex ) : BaseObjectState

Finds the source.

Next ( ISystemContext context, ushort namespaceIndex ) : BaseObjectState

Returns the next AE area or source.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Private Methods

Méthode Description
ChangeBrowsePosition ( OPCAEBROWSEDIRECTION direction, string qualifiedName ) : bool

Changes the browse position.

CreateEnumerator ( bool sources ) : EnumString

Creates an enumerator for the current browse position.

GetQualifiedAreaName ( string name ) : string

Gets the qualified name for the area.

GetQualifiedSourceName ( string name ) : string

Gets the qualified name for the source.

Method Details

ComAeBrowserClient() public méthode

Initializes a new instance of the ComAeBrowserClient class.
public ComAeBrowserClient ( ComAeClient client, string qualifiedName ) : System
client ComAeClient The client.
qualifiedName string The qualified area name.
Résultat System

Dispose() protected méthode

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FindArea() public méthode

Finds the area.
public FindArea ( ISystemContext context, string qualifiedName, ushort namespaceIndex ) : BaseObjectState
context ISystemContext The context.
qualifiedName string Name of the qualified.
namespaceIndex ushort Index of the namespace.
Résultat Opc.Ua.BaseObjectState

FindSource() public méthode

Finds the source.
public FindSource ( ISystemContext context, string areaName, string sourceName, ushort namespaceIndex ) : BaseObjectState
context ISystemContext The context.
areaName string Name of the area.
sourceName string Name of the source.
namespaceIndex ushort Index of the namespace.
Résultat Opc.Ua.BaseObjectState

Next() public méthode

Returns the next AE area or source.
public Next ( ISystemContext context, ushort namespaceIndex ) : BaseObjectState
context ISystemContext
namespaceIndex ushort
Résultat Opc.Ua.BaseObjectState