uaPLUS Reference
ExpandedNodeId Constructor(Object,UInt16,String,UInt32)
See Also  Send Feedback
Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(Object,UInt16,String,UInt32)

identifier
namespaceIndex
namespaceUri
serverIndex

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal identifier As Object, _
   ByVal namespaceIndex As UShort, _
   ByVal namespaceUri As String, _
   ByVal serverIndex As UInteger _
)
C# 
public ExpandedNodeId( 
   object identifier,
   ushort namespaceIndex,
   string namespaceUri,
   uint serverIndex
)

Parameters

identifier
namespaceIndex
namespaceUri
serverIndex

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.