OPCDA.NET-UA
SetDataTypes Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > Group Class : SetDataTypes Method

arrHSrv
Array of Server items handles.
arrVT
arrErr

Glossary Item Box

Changes the requested data type for one or more items in a group.

Syntax

Visual Basic (Declaration) 
Public Function SetDataTypes( _
   ByVal arrHSrv() As Integer, _
   ByVal arrVT() As Short, _
   ByRef arrErr As Integer() _
) As Integer
C# 
public int SetDataTypes( 
   int[] arrHSrv,
   short[] arrVT,
   out int[] arrErr
)

Parameters

arrHSrv
Array of Server items handles.
arrVT
arrErr

Return Value

HRESULT success/error code

Requirements

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

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.