'Declaration
Public Function New( _ ByVal value As UInteger, _ ByVal namespaceIndex As UShort _ )
'Usage
Dim value As UInteger Dim namespaceIndex As UShort Dim instance As New ExpandedNodeId(value, namespaceIndex)
public ExpandedNodeId( uint value, ushort namespaceIndex )
public: ExpandedNodeId( uint value, ushort namespaceIndex )
Parameters
- value
- The numeric id of the node we are wrapping
- namespaceIndex
- The namespace index that this node belongs to