C# 클래스 Opc.Ua.Com.Client.ComAeBrowserClient

Browses areas and sources in the AE server.
상속: ComObject
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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