'Declaration
Public Function New( _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor, _ ByVal value As Object, _ ByVal attributeId As UAAttributeId _ )
'Usage
Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim value As Object Dim attributeId As UAAttributeId Dim instance As New UAWriteValueArguments(endpointDescriptor, nodeDescriptor, value, attributeId)
public UAWriteValueArguments( UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, object value, UAAttributeId attributeId )
public: UAWriteValueArguments( UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor, Object^ value, UAAttributeId attributeId )
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.
- attributeId
- Attribute Id. Identifies an attribute of a node.