PicoOPC User's Guide and Reference
WriteValue Constructor



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace > WriteValue Structure : WriteValue Constructor
Node ID of the node that contains the attribute.
The node's attribute value.
ID of the attribute.
Optionally identifies a single element of an array, or a single range of indexes for arrays.
Initializes a new instance of the class.
Syntax
'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)

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WriteValue Structure
WriteValue Members