You are here: Start » AVL.NET » GenicamInvoke.GenTL_EnumLibraryInterfaces
GenicamInvoke.GenTL_EnumLibraryInterfaces
Returns a list of communication interfaces available in specified provider module library.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Genicam.dll | 
Syntax
C++
C#
public static void GenTL_EnumLibraryInterfaces ( string inLibraryPath, List<string> outInterfaceIds )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inLibraryPath | string | Path identifying provider library. | ||
![]()  | outInterfaceIds | System.Collections.Generic.List<string> | List of strings identifying interfaces. | 


