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

itemID
GroupLinkCounter
GroupActiveLinkCounter
AppHandle
ScanRate
SamplingRate
DataType

Glossary Item Box

Generic server callback to get information about one item.

Syntax

Visual Basic (Declaration) 
Public Function onGetItemInfo( _
   ByVal itemID As String, _
   ByRef GroupLinkCounter As Integer, _
   ByRef GroupActiveLinkCounter As Integer, _
   ByRef AppHandle As Integer, _
   ByRef ScanRate As Integer, _
   ByRef SamplingRate As Integer, _
   ByRef DataType As Type _
) As Integer
C# 
public int onGetItemInfo( 
   string itemID,
   out int GroupLinkCounter,
   out int GroupActiveLinkCounter,
   out int AppHandle,
   out int ScanRate,
   out int SamplingRate,
   out Type DataType
)

Parameters

itemID
GroupLinkCounter
GroupActiveLinkCounter
AppHandle
ScanRate
SamplingRate
DataType

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.