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

Manages conditions requring acknowledgement.
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method 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

Method Description
GetConditionId ( AeEvent e ) : string

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

Method Details

AcknowledgeEvents() public method

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
return int[]

Initialize() public method

Initializes the manager.
public Initialize ( ) : void
return void

ProcessEvent() public method

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