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



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

Parameters

guidIdentifier
A GUID 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