PicoOPC User's Guide and Reference
ReadValueId Constructor



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace > ReadValueId Structure : ReadValueId Constructor
Node ID of a node.
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, _
   Optional ByVal attributeId As AttributeId, _
   Optional ByVal indexRange As String _
)
'Usage
 
Dim nodeId As NodeId
Dim attributeId As AttributeId
Dim indexRange As String
 
Dim instance As New ReadValueId(nodeId, attributeId, indexRange)

Parameters

nodeId
Node ID of a node.
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

ReadValueId Structure
ReadValueId Members