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

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

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

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

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

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

An overrideable version of the Dispose.

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

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

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

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

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

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

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

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

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

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

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

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

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