You are here: Start » AVL.NET » GenICam.GenTL_EnumLibraryInterfaces Method

GenICam.GenTL_EnumLibraryInterfaces Method

Returns a list of communication interfaces available in specified provider module library.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenTL_EnumLibraryInterfaces
(
	string inLibraryPath,
	IList<string> outInterfaceIds
)

Parameters

Name Type Range Default Description
inLibraryPathstringPath identifying provider library.
outInterfaceIdsSystem.Collections.Generic.IList<string>List of strings identifying interfaces.

See also