C# 클래스 Opc.Ua.Com.Client.ComDaClient.Da20ElementBrowser

Browses for DA elements using the DA 2.0 interfaces.
상속: IDaElementBrowser
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
Da20ElementBrowser ( ComDaClient client, string itemId, bool browseToNotSupported ) : System

Initializes a new instance of the Da20ElementBrowser class.

Dispose ( ) : void

Frees any unmanaged resources.

Find ( string targetId, bool isItem ) : DaElement

Finds the element with the specified item id.

Find ( string parentId, string targetId, bool isItem, bool recursive ) : DaElement

Finds the element with the specified item id.

Next ( ) : DaElement

Returns the next DA element.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

비공개 메소드들

메소드 설명
SearchAndSetBrowsePosition ( string itemId ) : bool

Sets the browse position using the BROWSE_DOWN operator.

SetBrowsePosition ( string itemId ) : bool

Sets the browse position.

메소드 상세

Da20ElementBrowser() 공개 메소드

Initializes a new instance of the Da20ElementBrowser class.
public Da20ElementBrowser ( ComDaClient client, string itemId, bool browseToNotSupported ) : System
client ComDaClient The client.
itemId string The item id.
browseToNotSupported bool if set to true BROWSE_TO not supported.
리턴 System

Dispose() 공개 메소드

Frees any unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Find() 공개 메소드

Finds the element with the specified item id.
public Find ( string targetId, bool isItem ) : DaElement
targetId string The target id.
isItem bool if set to true [is item].
리턴 DaElement

Find() 공개 메소드

Finds the element with the specified item id.
public Find ( string parentId, string targetId, bool isItem, bool recursive ) : DaElement
parentId string The parent id.
targetId string The target id.
isItem bool if set to true the element is a item.
recursive bool if set to true [recursive].
리턴 DaElement

Next() 공개 메소드

Returns the next DA element.
public Next ( ) : DaElement
리턴 DaElement