'Declaration
Public Function New( _ ByVal nodeArguments As UANodeArguments, _ ByVal attributeData As UAAttributeData, _ ByVal attributeId As UAAttributeId _ )
'Usage
Dim nodeArguments As UANodeArguments Dim attributeData As UAAttributeData Dim attributeId As UAAttributeId Dim instance As New UAWriteArguments(nodeArguments, attributeData, attributeId)
public UAWriteArguments( UANodeArguments nodeArguments, UAAttributeData attributeData, UAAttributeId attributeId )
public: UAWriteArguments( UANodeArguments^ nodeArguments, UAAttributeData^ attributeData, UAAttributeId attributeId )
Parameters
- nodeArguments
- An object that specifies the node in the OPC server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - attributeData
- Value of an attribute, together with status code and timestamps, to be written.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - attributeId
- Attribute Id. Identifies an attribute of a node.