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

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

Inherited by UnifiedAutomation.UaServer.BaseNodeManager, UnifiedAutomation.UaServer.IAcknowledgeableConditionMethods, and UnifiedAutomation.UaServer.IDialogConditionMethods.

Public Member Functions

StatusCode AddComment (RequestContext context, ConditionModel model, byte[] EventId, LocalizedText Comment)
 
StatusCode Disable (RequestContext context, ConditionModel model)
 
StatusCode Enable (RequestContext context, ConditionModel model)
 

Detailed Description

The interface for methods implemented on the ConditionModel object.

Member Function Documentation

StatusCode UnifiedAutomation.UaServer.IConditionMethods.AddComment ( RequestContext  context,
ConditionModel  model,
byte[]  EventId,
LocalizedText  Comment 
)

AddComment is used to apply a comment to a specific state of a Condition instance. Normally, the MethodId passed to the Call Service is found by browsing the Condition instance in the AddressSpace. However, some Servers do not expose Condition instances in the AddressSpace. Therefore all Servers shall allow Clients to call the AddComment Method by specifying ConditionId as the ObjectId and the well known NodeId of the Method declaration on the ConditionType as the MethodId. The Method cannot be called on the ConditionType Node.

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.IConditionMethods.Disable ( RequestContext  context,
ConditionModel  model 
)

Disable is used to change a Condition instance to the Disabled state. Normally, the MethodId passed to the Call Service is found by browsing the Condition instance in the AddressSpace. However, some Servers do not expose Condition instances in the AddressSpace. Therefore all Servers shall allow Clients to call the Disable Method by specifying ConditionId as the ObjectId and the well known NodeId of the Method declaration on the ConditionType as the MethodId.

Parameters
context
model
Returns

Implemented in UnifiedAutomation.UaServer.BaseNodeManager.

StatusCode UnifiedAutomation.UaServer.IConditionMethods.Enable ( RequestContext  context,
ConditionModel  model 
)

Enable is used to change a Condition instance to the enabled state. Normally, the MethodId passed to the Call Service is found by browsing the Condition instance in the AddressSpace. However, some Servers do not expose Condition instances in the AddressSpace. Therefore all Servers shall allow Clients to call the Enable Method by specifying ConditionId as the ObjectId and the well known NodeId of the Method declaration on the ConditionType as the MethodId.

Parameters
context
model
Returns

Implemented in UnifiedAutomation.UaServer.BaseNodeManager.


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