Return a list of the current data values for the passed ID codes. ( IOPCItemProperties::GetItemProperties )
NOTE: The paramters of this method differ from the OPC standard to make it more convenient to use.
Syntax
Parameters
- itemID
- IN: The ItemID for which the caller wants to read the list of properties
- propertyIDs
- IN: The number of properties passed
- propertiesData
- OUT: An array ItemPropertyData classes with
the current values and error information of the requested properties
Return Value
HRESULT error/success code
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also