EasyUA Reference
NodeStateReference Constructor(NodeId,Boolean,ExpandedNodeId)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeStateReference Class > NodeStateReference Constructor : NodeStateReference Constructor(NodeId,Boolean,ExpandedNodeId)

referenceTypeId
isInverse
targetId

Glossary Item Box

Constructs a reference to an external target.

Syntax

Visual Basic (Usage)Copy Code
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim targetId As ExpandedNodeId
 
Dim instance As New NodeStateReference(referenceTypeId, isInverse, targetId)
C# 
public NodeStateReference( 
   NodeId referenceTypeId,
   bool isInverse,
   ExpandedNodeId targetId
)

Parameters

referenceTypeId
isInverse
targetId

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.