C# Класс Opc.Ua.Com.Client.ComAeClient

Provides access to a COM DA server.
Наследование: ComClient
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Acknowledge ( ServerSystemContext context, byte eventId, Opc.Ua.LocalizedText comment ) : uint

Acknowledges the specified context.

CloneClient ( ) : ComAeClient

Creates a new instance of the client with the same configuration.

ComAeClient ( ComAeClientConfiguration configuration ) : System

Initializes a new instance of the ComAeClient class.

CreateAreaBrowser ( ) : IOPCEventAreaBrowser

Creates the area browser.

CreateEventSubscription ( ) : IOPCEventSubscriptionMgt

Creates an event subscription.

GetConditionNames ( int eventCategory, string &conditionNames ) : void

Returns the condition names for the event category.

GetEventAttributes ( int categoryId, int &attributeIds, string &descriptions, short &datatypes ) : bool

Gets the event attributes.

GetEventCategories ( int eventType, int &categories, string &descriptions ) : void

Gets the event categories.

GetStatus ( ) : OPCEVENTSERVERSTATUS?

Reads the status from the server.

GetSubConditionNames ( string conditionName, string &subConditionNames ) : void

Returns the sub-condition names for the event condition.

Описание методов

Acknowledge() публичный Метод

Acknowledges the specified context.
public Acknowledge ( ServerSystemContext context, byte eventId, Opc.Ua.LocalizedText comment ) : uint
context Opc.Ua.Server.ServerSystemContext The context.
eventId byte The event id.
comment Opc.Ua.LocalizedText The comment.
Результат uint

CloneClient() публичный Метод

Creates a new instance of the client with the same configuration.
public CloneClient ( ) : ComAeClient
Результат ComAeClient

ComAeClient() публичный Метод

Initializes a new instance of the ComAeClient class.
public ComAeClient ( ComAeClientConfiguration configuration ) : System
configuration ComAeClientConfiguration
Результат System

CreateAreaBrowser() публичный Метод

Creates the area browser.
public CreateAreaBrowser ( ) : IOPCEventAreaBrowser
Результат IOPCEventAreaBrowser

CreateEventSubscription() публичный Метод

Creates an event subscription.
public CreateEventSubscription ( ) : IOPCEventSubscriptionMgt
Результат IOPCEventSubscriptionMgt

GetConditionNames() публичный Метод

Returns the condition names for the event category.
public GetConditionNames ( int eventCategory, string &conditionNames ) : void
eventCategory int
conditionNames string
Результат void

GetEventAttributes() публичный Метод

Gets the event attributes.
public GetEventAttributes ( int categoryId, int &attributeIds, string &descriptions, short &datatypes ) : bool
categoryId int The category id.
attributeIds int The attribute ids.
descriptions string The descriptions.
datatypes short The datatypes.
Результат bool

GetEventCategories() публичный Метод

Gets the event categories.
public GetEventCategories ( int eventType, int &categories, string &descriptions ) : void
eventType int Type of the event.
categories int The categories.
descriptions string The descriptions.
Результат void

GetStatus() публичный Метод

Reads the status from the server.
public GetStatus ( ) : OPCEVENTSERVERSTATUS?
Результат OPCEVENTSERVERSTATUS?

GetSubConditionNames() публичный Метод

Returns the sub-condition names for the event condition.
public GetSubConditionNames ( string conditionName, string &subConditionNames ) : void
conditionName string
subConditionNames string
Результат void