You are here: Start » AVL.NET » GenicamInvoke.GenTL_FindDevices
GenicamInvoke.GenTL_FindDevices
Performs enumeration of GenTL devices and returns a list of present device descriptors.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Genicam.dll |
Syntax
C++
C#
public static void GenTL_FindDevices ( Optional<string> inLibraryPath, Optional<string> inInterfaceId, Optional<string> inTLType, int inInterfaceScanTime, List<Avl.GenTL_DeviceDescriptor> outDevices )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLibraryPath | Atl.Optional<string> | Path identifying provider library to limit enumeration to. Default value: atl::NIL. | ||
![]() | inInterfaceId | Atl.Optional<string> | String identifying communication interface to limit enumeration to. Default value: atl::NIL. | ||
![]() | inTLType | Atl.Optional<string> | Name of interface transport technology to limit enumeration to. Default value: atl::NIL. | ||
![]() | inInterfaceScanTime | int | Time limit, in milliseconds, that the function will wait for device response on each enumerated interface. | ||
![]() | outDevices | System.Collections.Generic.List<Avl.GenTL_DeviceDescriptor> | Returns a list with device list descriptors. |