OPCDA.NET Reference Manual
SetClientHandles Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcGroup Class : SetClientHandles Method

arrHSrv
Array of Server items handles.
arrHClt
Array of new Client item handles to be stored. The Client handles do not need to be unique.
arrErr

Glossary Item Box

Changes the client handle for one or more items in a group. IOPCItemMgt::SetClientHandles )

Syntax

Visual Basic (Declaration) 
Public Function SetClientHandles( _
   ByVal arrHSrv() As Integer, _
   ByVal arrHClt() As Integer, _
   ByRef arrErr As Integer() _
) As Integer
C# 
public int SetClientHandles( 
   int[] arrHSrv,
   int[] arrHClt,
   out int[] arrErr
)

Parameters

arrHSrv
Array of Server items handles.
arrHClt
Array of new Client item handles to be stored. The Client handles do not need to be unique.
arrErr

Return Value

HRESULT success/error code

Requirements

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

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.