'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)
[Extension()] public static void Respond( IEasyUAClient client, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor objectNodeDescriptor, int selectedResponse )
[Extension()] public: static void Respond( IEasyUAClient^ client, UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ objectNodeDescriptor, int 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.