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