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