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

See also