C# Class Opc.Ua.Com.Server.ComAe2Proxy

A base class for classes that implement an OPC COM specification.
Inheritance: ComProxy
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Method Details

AcknowledgeEvents() public method

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

ComAe2Proxy() public method

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

CreateBrowser() public method

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

CreateSubscription() public method

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

Dispose() protected method

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

IsSourceValid() public method

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

OnSessionCreated() protected method

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

OnSessionReconected() protected method

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

QueryEventAttributes() public method

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

QueryEventCategories() public method

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

SubscriptionDeleted() public method

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