Visual Basic (Declaration) | |
---|---|
Public Function GetItemProperties( _ ByVal itemID As String, _ ByVal propertyIDs() As Integer, _ ByVal getValues As Boolean, _ ByRef propertiesData As OPCDA.NET.ItemPropertyData() _ ) As Integer |
C# | |
---|---|
public int GetItemProperties( string itemID, int[] propertyIDs, bool getValues, out OPCDA.NET.ItemPropertyData[] propertiesData ) |
Parameters
- itemID
- IN: The ItemID for which the caller wants to read the list of properties
- propertyIDs
- The number of properties passed
- getValues
- propertiesData
- An array ItemPropertyData classes with the current values and error information of the requested properties