PicoOPC User's Guide and Reference
NodeId Constructor(UInt32,UInt16)



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace > NodeId Structure > NodeId Constructor : NodeId Constructor(UInt32,UInt16)
A numeric identifier value.
The index for a namespace URI.
Syntax
'Declaration
 
Public Function New( _
   ByVal numericIdentifier As UInteger, _
   Optional ByVal namespaceIndex As UShort _
)
'Usage
 
Dim numericIdentifier As UInteger
Dim namespaceIndex As UShort
 
Dim instance As New NodeId(numericIdentifier, namespaceIndex)

Parameters

numericIdentifier
A numeric identifier value.
namespaceIndex
The index for a namespace URI.
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

NodeId Structure
NodeId Members
Overload List