.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.IDialogConditionMethods Interface Reference

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

Inherits UnifiedAutomation.UaServer.IConditionMethods.

Public Member Functions

StatusCode Respond (RequestContext context, DialogConditionModel model, int SelectedResponse)
 Respond is used to pass the selected response option and end the dialog. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.IConditionMethods
StatusCode AddComment (RequestContext context, ConditionModel model, byte[] EventId, LocalizedText Comment)
 Applies a comment to a specific state of a Condition instance. More...
 
StatusCode Disable (RequestContext context, ConditionModel model)
 Changes a Condition instance to the Disabled state. More...
 
StatusCode Enable (RequestContext context, ConditionModel model)
 Changes a Condition instance to the enabled state. More...
 

Detailed Description

The interface for methods implemented on the DialogConditionModel object.

Member Function Documentation

StatusCode UnifiedAutomation.UaServer.IDialogConditionMethods.Respond ( RequestContext  context,
DialogConditionModel  model,
int  SelectedResponse 
)

Respond is used to pass the selected response option and end the dialog.

DialogState will return to FALSE.

Method Result Codes

ResultCode Description
Bad_DialogNotActive The DialogConditionType instance is not in Active state.
Bad_DialogResponseInvalid The selected option is not a valid index in the ResponseOptionSet array.
Parameters
context
model
SelectedResponseSelected index of the ResponseOptionSet array.
Returns

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