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

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
ComHdaBrowserClient ( ComHdaClient client, string itemId ) : System

Initializes a new instance of the ComHdaBrowserClient class.

FindBranch ( ISystemContext context, string itemId, ushort namespaceIndex ) : BaseObjectState

Finds the branch.

Next ( ISystemContext context, ushort namespaceIndex ) : BaseInstanceState

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 ( OPCHDA_BROWSEDIRECTION direction, string itemId ) : bool

Changes the browse position.

CreateEnumerator ( bool branches ) : EnumString

Creates an enumerator for the current browse position.

FindBranch ( ISystemContext context, string parentId, string itemId, ushort namespaceIndex ) : BaseObjectState

Recusively finds the branch.

GetBranchPosition ( string parentId, string name ) : string

Gets the branch position.

GetItemId ( string name ) : string

Gets the item id.

Method Details

ComHdaBrowserClient() public méthode

Initializes a new instance of the ComHdaBrowserClient class.
public ComHdaBrowserClient ( ComHdaClient client, string itemId ) : System
client ComHdaClient The client.
itemId 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

FindBranch() public méthode

Finds the branch.
public FindBranch ( ISystemContext context, string itemId, ushort namespaceIndex ) : BaseObjectState
context ISystemContext
itemId string
namespaceIndex ushort
Résultat Opc.Ua.BaseObjectState

Next() public méthode

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