C# Класс Opc.Ua.Com.Server.ComAe2Proxy

A base class for classes that implement an OPC COM specification.
Наследование: ComProxy
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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