uaPLUS Reference
onSetItemValue Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > uaPLUS Class : onSetItemValue Method

AppItemHandle
Handle that identifies the item in the plug-in
newValue
New value. It needs to be the same datatype as the initial value.
quality
OPC DA quality code for the value.
timestamp
UTC source time stamp

Glossary Item Box

Generic server callback to change an item value.

Syntax

Visual Basic (Declaration) 
Public Function onSetItemValue( _
   ByVal AppItemHandle As Integer, _
   ByVal newValue As Object, _
   ByVal quality As Short, _
   ByVal timestamp As Date _
) As Integer
C# 
public int onSetItemValue( 
   int AppItemHandle,
   object newValue,
   short quality,
   DateTime timestamp
)

Parameters

AppItemHandle
Handle that identifies the item in the plug-in
newValue
New value. It needs to be the same datatype as the initial value.
quality
OPC DA quality code for the value.
timestamp
UTC source time stamp

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.