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

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

공개 메소드들

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