See OPC specs, chapter 'OPC Server Browser' for details
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