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