Available in the OPCDA.NET Professional Edition only.
Returns the items defined in the list with the defined name. The XML file must have previously loaded with one of the LOAD methods.
Syntax
Parameters
- listName
- Name of the list to be returned.
- clientHandleBase
- Client Handle assigned to the first item in the list. Following items have increasing handle values assigned.
Note: The client handle is returned in server data change callbacks and is used by the client to associate the values with the items.
Return Value
Array with OPCItemDef objects for the Items in the list.
Returns null (Nothing) if the list name is not found.
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also