C# Class Opc.Ua.Com.Client.ComAeClient

Provides access to a COM DA server.
Inheritance: ComClient
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

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

Method Details

Acknowledge() public méthode

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.
Résultat uint

CloneClient() public méthode

Creates a new instance of the client with the same configuration.
public CloneClient ( ) : ComAeClient
Résultat ComAeClient

ComAeClient() public méthode

Initializes a new instance of the ComAeClient class.
public ComAeClient ( ComAeClientConfiguration configuration ) : System
configuration ComAeClientConfiguration
Résultat System

CreateAreaBrowser() public méthode

Creates the area browser.
public CreateAreaBrowser ( ) : IOPCEventAreaBrowser
Résultat IOPCEventAreaBrowser

CreateEventSubscription() public méthode

Creates an event subscription.
public CreateEventSubscription ( ) : IOPCEventSubscriptionMgt
Résultat IOPCEventSubscriptionMgt

GetConditionNames() public méthode

Returns the condition names for the event category.
public GetConditionNames ( int eventCategory, string &conditionNames ) : void
eventCategory int
conditionNames string
Résultat void

GetEventAttributes() public méthode

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.
Résultat bool

GetEventCategories() public méthode

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.
Résultat void

GetStatus() public méthode

Reads the status from the server.
public GetStatus ( ) : OPCEVENTSERVERSTATUS?
Résultat OPCEVENTSERVERSTATUS?

GetSubConditionNames() public méthode

Returns the sub-condition names for the event condition.
public GetSubConditionNames ( string conditionName, string &subConditionNames ) : void
conditionName string
subConditionNames string
Résultat void