OpcDialogRespondCallback Delegate

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Represents the method that will respond on a dialog of a dialog condition node.

C#

public delegate OpcStatusCode OpcDialogRespondCallback(OpcNodeContext<OpcDialogConditionNode> context, int selectedResponse);


Parameters

context OpcNodeContext<OpcDialogConditionNode>

The OpcNodeContext´1 to use to respond on the dialog of the dialog condition node.

selectedResponse Int32

The selected index of the item in the ResponseOptions.


Returns

OpcStatusCode

The OpcStatusCode which defines the outcome of the operation.