OPCHDA.NET Reference Manual
EnumClassesOfCategories Method
See Also  Send Feedback
OpcHDAWrapperUA.Net4 Assembly > OPCHDA Namespace > OpcHDAServerBrowser Class : EnumClassesOfCategories Method

catListLength
catList
reqListLenght
reqList
enumtemp

Glossary Item Box

Enumerate the registered OPC servers. See OPC specs, chapter 'OPC Server Browser' for details

Syntax

Visual Basic (Declaration) 
Public Function EnumClassesOfCategories( _
   ByVal catListLength As Integer, _
   ByVal catList() As Guid, _
   ByVal reqListLenght As Integer, _
   ByVal reqList() As Guid, _
   ByRef enumtemp As Object _
) As Integer
C# 
public int EnumClassesOfCategories( 
   int catListLength,
   Guid[] catList,
   int reqListLenght,
   Guid[] reqList,
   out object enumtemp
)

Parameters

catListLength
catList
reqListLenght
reqList
enumtemp

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x

See Also

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