QuickOPC User's Guide and Reference
Respond Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AlarmsAndConditions.Extensions Namespace > IEasyUAClientExtension Class : Respond Method
The client object that will perform the operation.
Endpoint descriptor. Identifies the OPC-UA server.
Node descriptor. Identifies the node in OPC server's address space.
Selected index of the ResponseOptionSet array.
Respond is used to pass the selected response option and end the dialog. DialogState/Id will return to FALSE.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Sub Respond( _
   ByVal client As IEasyUAClient, _
   ByVal endpointDescriptor As UAEndpointDescriptor, _
   ByVal objectNodeDescriptor As UANodeDescriptor, _
   ByVal selectedResponse As Integer _
) 
'Usage
 
Dim client As IEasyUAClient
Dim endpointDescriptor As UAEndpointDescriptor
Dim objectNodeDescriptor As UANodeDescriptor
Dim selectedResponse As Integer
 
IEasyUAClientExtension.Respond(client, endpointDescriptor, objectNodeDescriptor, selectedResponse)

Parameters

client
The client object that will perform the operation.
endpointDescriptor
Endpoint descriptor. Identifies the OPC-UA server.
objectNodeDescriptor
Node descriptor. Identifies the node in OPC server's address space.
selectedResponse
Selected index of the ResponseOptionSet array.
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

IEasyUAClientExtension Class
IEasyUAClientExtension Members