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
inLibraryPathstringPath identifying provider library.
outInterfaceIdsSystem.Collections.Generic.List<string>List of strings identifying interfaces.

See also