C# 클래스 Opc.Ua.Com.Server.ComAe2Proxy

A base class for classes that implement an OPC COM specification.
상속: ComProxy
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
AcknowledgeEvents ( string comment, string acknowledgerId, AeAcknowledgeRequest requests ) : int[]

Acknowledges one or more events.

ComAe2Proxy ( ) : System

Initializes a new instance of the ComDaProxy class.

CreateBrowser ( ) : ComAe2Browser

Creates a new area browser.

CreateSubscription ( ) : ComAe2Subscription

Creates a new event subscription.

IsSourceValid ( string sourceId ) : bool

Checks that the source node exists.

QueryEventAttributes ( uint categoryId ) : List

Gets the supported event attributes.

QueryEventCategories ( int eventType ) : List

Gets the supported event categories.

SubscriptionDeleted ( ComAe2Subscription subscription ) : void

Called when a subscription is deleted.

보호된 메소드들

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

An overrideable version of the Dispose.

OnSessionCreated ( ) : void

Called when a new session is created.

OnSessionReconected ( ) : void

Called when a session is reconnected.

메소드 상세

AcknowledgeEvents() 공개 메소드

Acknowledges one or more events.
public AcknowledgeEvents ( string comment, string acknowledgerId, AeAcknowledgeRequest requests ) : int[]
comment string
acknowledgerId string
requests AeAcknowledgeRequest
리턴 int[]

ComAe2Proxy() 공개 메소드

Initializes a new instance of the ComDaProxy class.
public ComAe2Proxy ( ) : System
리턴 System

CreateBrowser() 공개 메소드

Creates a new area browser.
public CreateBrowser ( ) : ComAe2Browser
리턴 ComAe2Browser

CreateSubscription() 공개 메소드

Creates a new event subscription.
public CreateSubscription ( ) : ComAe2Subscription
리턴 ComAe2Subscription

Dispose() 보호된 메소드

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

IsSourceValid() 공개 메소드

Checks that the source node exists.
public IsSourceValid ( string sourceId ) : bool
sourceId string
리턴 bool

OnSessionCreated() 보호된 메소드

Called when a new session is created.
protected OnSessionCreated ( ) : void
리턴 void

OnSessionReconected() 보호된 메소드

Called when a session is reconnected.
protected OnSessionReconected ( ) : void
리턴 void

QueryEventAttributes() 공개 메소드

Gets the supported event attributes.
public QueryEventAttributes ( uint categoryId ) : List
categoryId uint
리턴 List

QueryEventCategories() 공개 메소드

Gets the supported event categories.
public QueryEventCategories ( int eventType ) : List
eventType int
리턴 List

SubscriptionDeleted() 공개 메소드

Called when a subscription is deleted.
public SubscriptionDeleted ( ComAe2Subscription subscription ) : void
subscription ComAe2Subscription
리턴 void