'Declaration
Public Function New( _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor, _ ByVal attributeData As UAAttributeData _ )
'Usage
Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim attributeData As UAAttributeData Dim instance As New UAWriteArguments(endpointDescriptor, nodeDescriptor, attributeData)
public UAWriteArguments( UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UAAttributeData attributeData )
public: UAWriteArguments( UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor, UAAttributeData^ attributeData )
Parameters
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.
- attributeData
- Value of an attribute, together with status code and timestamps, to be written.