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 | |
---|---|---|---|---|---|
![]() | inLibraryPath | Ftl.Optional<string> | Path identifying provider library to limit enumeration to. Default value: ftl::NIL. | ||
![]() | inInterfaceId | Ftl.Optional<string> | String identifying communication interface to limit enumeration to. Default value: ftl::NIL. | ||
![]() | inTLType | Ftl.Optional<string> | Name of interface transport technology to limit enumeration to. Default value: ftl::NIL. | ||
![]() | inInterfaceScanTime | int | Time limit, in milliseconds, that the function will wait for device response on each enumerated interface. | ||
![]() | outDevices | System.Collections.Generic.List<Fil.GenTL_DeviceDescriptor> | Returns a list with device list descriptors. |