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

Manages conditions requring acknowledgement.
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
AcknowledgeEvents ( Session session, string comment, string acknowledgerId, AeAcknowledgeRequest requests ) : int[]

Acknowledges one or more events.

Initialize ( ) : void

Initializes the manager.

ProcessEvent ( AeEvent e ) : void

Processes an event (assigns a cookie if acknowledgment is required).

Private Methods

Méthode Description
GetConditionId ( AeEvent e ) : string

Combines the condition id/branch id in a unique identifier.

Method Details

AcknowledgeEvents() public méthode

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

Initialize() public méthode

Initializes the manager.
public Initialize ( ) : void
Résultat void

ProcessEvent() public méthode

Processes an event (assigns a cookie if acknowledgment is required).
public ProcessEvent ( AeEvent e ) : void
e AeEvent
Résultat void