uaPLUS Reference
ExceedsDeadband(Object,Object,DeadbandType,Double,Double) Method
See Also  Send Feedback
Opc.Ua.Server Namespace > MonitoredItem Class : ExceedsDeadband(Object,Object,DeadbandType,Double,Double) Method

value1
value2
deadbandType
deadband
range

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Shared Function ExceedsDeadband( _
   ByVal value1 As Object, _
   ByVal value2 As Object, _
   ByVal deadbandType As DeadbandType, _
   ByVal deadband As Double, _
   ByVal range As Double _
) As Boolean
C# 
protected static bool ExceedsDeadband( 
   object value1,
   object value2,
   DeadbandType deadbandType,
   double deadband,
   double range
)

Parameters

value1
value2
deadbandType
deadband
range

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

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