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

hnd
IN: Item client handle

Glossary Item Box

Return the item object for the item with the specified client handle. The method is typically used in the data changed callback handler.

Syntax

Visual Basic (Declaration) 
Public Function FindClientHandle( _
   ByVal hnd As Integer _
) As ItemDef
C# 
public ItemDef FindClientHandle( 
   int hnd
)

Parameters

hnd
IN: Item client handle

Return Value

ItemDef object of the item or null (Nothing) if not found.

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.