OPCHDA.NET-UA
UaArgument Constructor
See Also  Send Feedback
OpcHDaNetUaOption.Net4 Assembly > hdaUAwrapper Namespace > UaArgument Class : UaArgument Constructor

name
description
dataType
valueRank

Glossary Item Box

Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal description As String, _
   ByVal dataType As Opc.Ua.NodeId, _
   ByVal valueRank As Integer _
)
C# 
public UaArgument( 
   string name,
   string description,
   Opc.Ua.NodeId dataType,
   int valueRank
)

Parameters

name
description
dataType
valueRank

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.