You are here: Start » FIL.NET » GenicamInvoke.GenTL_FindDevices

GenicamInvoke.GenTL_FindDevices

Performs enumeration of GenTL devices and returns a list of present device descriptors.

Namespace:Fil
Assembly:FilNet.Genicam.dll

Syntax

C++
C#
 
public static void GenTL_FindDevices
(
	Optional<string> inLibraryPath,
	Optional<string> inInterfaceId,
	Optional<string> inTLType,
	int inInterfaceScanTime,
	List<Fil.GenTL_DeviceDescriptor> outDevices
)

Parameters

Name Type Range Default Description
inLibraryPathFtl.Optional<string>Path identifying provider library to limit enumeration to. Default value: ftl::NIL.
inInterfaceIdFtl.Optional<string>String identifying communication interface to limit enumeration to. Default value: ftl::NIL.
inTLTypeFtl.Optional<string>Name of interface transport technology to limit enumeration to. Default value: ftl::NIL.
inInterfaceScanTimeintTime limit, in milliseconds, that the function will wait for device response on each enumerated interface.
outDevicesSystem.Collections.Generic.List<Fil.GenTL_DeviceDescriptor>Returns a list with device list descriptors.

See also