XDASrv Reference Manual
GetItemInfo Delegate
See Also  Send Feedback
NSPlugin Namespace : GetItemInfo Delegate




itemID
GroupLinkCounter
GroupActiveLinkCounter
AppHandle
ScanRate
SamplingRate
DataType
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
Visual Basic (Usage)Copy Code
Dim instance As New GetItemInfo(AddressOf HandlerMethod)
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
)
Managed Extensions for C++ 
public: __gc __delegate int GetItemInfo( 
   string* itemID,
   [PARAMFLAG::Out] int GroupLinkCounter,
   [PARAMFLAG::Out] int GroupActiveLinkCounter,
   [PARAMFLAG::Out] int AppHandle,
   [PARAMFLAG::Out] int ScanRate,
   [PARAMFLAG::Out] int SamplingRate,
   [PARAMFLAG::Out] Type* DataType
)
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2002-2011 Advosol Inc. All Rights Reserved.