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

referenceTypeId
isInverse
target

Glossary Item Box

Constructs a reference to an internal target.

Syntax

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

Parameters

referenceTypeId
isInverse
target

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.