OPCHDA.NET-UA
GetNodeClass Method
See Also  Send Feedback
OpcHDaNetUaOption.Net4 Assembly > hdaUAwrapper Namespace > HDAServer Class : GetNodeClass Method

itemIDs
Item IDs of the UA nodes to be queried.

Glossary Item Box

Returns the UA NodeClass enumerator value for each item.

Syntax

Visual Basic (Declaration) 
Public Function GetNodeClass( _
   ByVal ParamArray itemIDs() As String _
) As OPCDA.NET.ItemValue()
C# 
public OPCDA.NET.ItemValue[] GetNodeClass( 
   params string[] itemIDs
)

Parameters

itemIDs
Item IDs of the UA nodes to be queried.

Return Value

For each item (node) an object with the NodeClass enumeration value and success/error code.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.