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

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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

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

ComAe2Proxy() public méthode

Initializes a new instance of the ComDaProxy class.
public ComAe2Proxy ( ) : System
Résultat System

CreateBrowser() public méthode

Creates a new area browser.
public CreateBrowser ( ) : ComAe2Browser
Résultat ComAe2Browser

CreateSubscription() public méthode

Creates a new event subscription.
public CreateSubscription ( ) : ComAe2Subscription
Résultat ComAe2Subscription

Dispose() protected méthode

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

IsSourceValid() public méthode

Checks that the source node exists.
public IsSourceValid ( string sourceId ) : bool
sourceId string
Résultat bool

OnSessionCreated() protected méthode

Called when a new session is created.
protected OnSessionCreated ( ) : void
Résultat void

OnSessionReconected() protected méthode

Called when a session is reconnected.
protected OnSessionReconected ( ) : void
Résultat void

QueryEventAttributes() public méthode

Gets the supported event attributes.
public QueryEventAttributes ( uint categoryId ) : List
categoryId uint
Résultat List

QueryEventCategories() public méthode

Gets the supported event categories.
public QueryEventCategories ( int eventType ) : List
eventType int
Résultat List

SubscriptionDeleted() public méthode

Called when a subscription is deleted.
public SubscriptionDeleted ( ComAe2Subscription subscription ) : void
subscription ComAe2Subscription
Résultat void