UA Bundle SDK .NET  2.2.1.258
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaServer.IAcknowledgeableConditionMethods Interface Reference

The interface for methods implemented on the AcknowledgeableConditionModel object. More...

Inherits UnifiedAutomation.UaServer.IConditionMethods.

Inherited by UnifiedAutomation.UaServer.BaseNodeManager.

Public Member Functions

StatusCode Acknowledge (RequestContext context, AcknowledgeableConditionModel model, byte[] EventId, LocalizedText Comment)
  More...
 
StatusCode Confirm (RequestContext context, AcknowledgeableConditionModel model, byte[] EventId, LocalizedText Comment)
  More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.IConditionMethods
StatusCode AddComment (RequestContext context, ConditionModel model, byte[] EventId, LocalizedText Comment)
  More...
 
StatusCode Disable (RequestContext context, ConditionModel model)
  More...
 
StatusCode Enable (RequestContext context, ConditionModel model)
  More...
 

Detailed Description

The interface for methods implemented on the AcknowledgeableConditionModel object.

Member Function Documentation

StatusCode UnifiedAutomation.UaServer.IAcknowledgeableConditionMethods.Acknowledge ( RequestContext  context,
AcknowledgeableConditionModel  model,
byte[]  EventId,
LocalizedText  Comment 
)

Parameters
context
model
EventIdThe identifier for the event to comment.
CommentThe comment to add to the condition.
Returns

Implemented in UnifiedAutomation.UaServer.BaseNodeManager.

StatusCode UnifiedAutomation.UaServer.IAcknowledgeableConditionMethods.Confirm ( RequestContext  context,
AcknowledgeableConditionModel  model,
byte[]  EventId,
LocalizedText  Comment 
)

Parameters
context
model
EventIdThe identifier for the event to comment.
CommentThe comment to add to the condition.
Returns

Implemented in UnifiedAutomation.UaServer.BaseNodeManager.


The documentation for this interface was generated from the following file: