'Declaration
Public Function New( _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor, _ ByVal methodNodeDescriptor As UANodeDescriptor _ )
'Usage
Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim methodNodeDescriptor As UANodeDescriptor Dim instance As New UACallArguments(endpointDescriptor, nodeDescriptor, methodNodeDescriptor)
public UACallArguments( UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UANodeDescriptor methodNodeDescriptor )
public: UACallArguments( UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor, UANodeDescriptor^ methodNodeDescriptor )
Parameters
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.
- methodNodeDescriptor
- Method Node Id. Identifies the method node in OPC server's address space.