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

handles
Array of Server items handles.
errors
Array of HRESULT’s. Indicates the results of clearing the deadband for each item.

Glossary Item Box

Clears the individual item PercentDeadband, effectively reverting them back to the deadband value set in the group. ( Available in OPC DA V3 servers only ).

Syntax

Visual Basic (Declaration) 
Public Function ClearItemDeadband( _
   ByVal handles() As Integer, _
   ByRef errors As Integer() _
) As Integer
C# 
public int ClearItemDeadband( 
   int[] handles,
   out int[] errors
)

Parameters

handles
Array of Server items handles.
errors
Array of HRESULT’s. Indicates the results of clearing the deadband for each item.

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.