'Declaration
Public Function New( _ ByVal nodeId As NodeId, _ ByVal dataValue As DataValue, _ Optional ByVal attributeId As AttributeId, _ Optional ByVal indexRange As String _ )
'Usage
Dim nodeId As NodeId Dim dataValue As DataValue Dim attributeId As AttributeId Dim indexRange As String Dim instance As New WriteValue(nodeId, dataValue, attributeId, indexRange)
public WriteValue( NodeId nodeId, DataValue dataValue, AttributeId attributeId, string indexRange )
public: WriteValue( NodeId nodeId, DataValue dataValue, AttributeId attributeId, String^ indexRange )
Parameters
- nodeId
- Node ID of the node that contains the attribute.
- dataValue
- The node's attribute value.
- attributeId
- ID of the attribute.
- indexRange
- Optionally identifies a single element of an array, or a single range of indexes for arrays.