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