uaPLUS Reference
GetItemInfo Delegate
See Also  Send Feedback
NSPlugin Namespace : GetItemInfo Delegate

itemID
GroupLinkCounter
GroupActiveLinkCounter
AppHandle
ScanRate
SamplingRate
DataType

Glossary Item Box

Generic server callback to get inforamtion about one item.

Syntax

Visual Basic (Declaration) 
Public Delegate Function GetItemInfo( _
   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 delegate int GetItemInfo( 
   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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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