C# Класс Opc.Ua.Com.Client.ComHdaBrowserClient

Browses areas and sources in the AE server.
Наследование: ComObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Приватные методы

Метод Описание
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.

Описание методов

ComHdaBrowserClient() публичный Метод

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.
Результат System

Dispose() защищенный Метод

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

FindBranch() публичный Метод

Finds the branch.
public FindBranch ( ISystemContext context, string itemId, ushort namespaceIndex ) : BaseObjectState
context ISystemContext
itemId string
namespaceIndex ushort
Результат Opc.Ua.BaseObjectState

Next() публичный Метод

Returns the next AE area or source.
public Next ( ISystemContext context, ushort namespaceIndex ) : BaseInstanceState
context ISystemContext
namespaceIndex ushort
Результат Opc.Ua.BaseInstanceState