You are here: Start » FIL.NET » GenicamInvoke.GenTL_EnumLibraryInterfaces
GenicamInvoke.GenTL_EnumLibraryInterfaces
Returns a list of communication interfaces available in specified provider module library.
Namespace: | Fil |
---|---|
Assembly: | FilNet.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. |