OpcDialogResponseMethodNode.DialogResponseCallback Delegate

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

Passes the selected response option and ends the dialog.

C#

[CLSCompliant(false)]
public delegate void OpcDialogResponseMethodNode.DialogResponseCallback(int selectedResponse)


Attributes CLSCompliantAttribute


Parameters

selectedResponse Int32

The selected index of the item in the ResponseOptions.

Remarks

This method does provide the following OpcResult information: * BadDialogNotActive * BadDialogResponseInvalid