C# 클래스 Opc.Ua.Client.Browser

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BrowseNext ReferenceDescriptionCollection
CheckBrowserState void
Initialize void

공개 메소드들

메소드 설명
Browse ( NodeId nodeId ) : ReferenceDescriptionCollection

Browses the specified node.

Browser ( ) : System

Creates an unattached instance of a browser.

Browser ( Browser template ) : System

Creates a copy of a browser.

Browser ( Session session ) : System

Creates new instance of a browser and attaches it to a session.

비공개 메소드들

메소드 설명
BrowseNext ( byte &continuationPoint, bool cancel ) : ReferenceDescriptionCollection

Fetches the next batch of references.

CheckBrowserState ( ) : void

Checks the state of the browser.

Initialize ( ) : void

Sets all private fields to default values.

메소드 상세

Browse() 공개 메소드

Browses the specified node.
public Browse ( NodeId nodeId ) : ReferenceDescriptionCollection
nodeId NodeId
리턴 ReferenceDescriptionCollection

Browser() 공개 메소드

Creates an unattached instance of a browser.
public Browser ( ) : System
리턴 System

Browser() 공개 메소드

Creates a copy of a browser.
public Browser ( Browser template ) : System
template Browser
리턴 System

Browser() 공개 메소드

Creates new instance of a browser and attaches it to a session.
public Browser ( Session session ) : System
session Session
리턴 System