You are here: Start » FIL.NET » GenICam.GenTL_FindDevices Method
GenICam.GenTL_FindDevices Method
Performs enumeration of GenTL devices and returns a list of present device descriptors.
Namespace: | FilNet |
---|---|
Assembly: | Genicam.Net.dll |
Syntax
public static void GenTL_FindDevices ( NullableRef<string> inLibraryPath, NullableRef<string> inInterfaceId, NullableRef<string> inTLType, int inInterfaceScanTime, IList<FilNet.GenTL_DeviceDescriptor> outDevices )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLibraryPath | FilNet.NullableRef<string> | Path identifying provider library to limit enumeration to. Default value: ftl::NIL. | ||
![]() | inInterfaceId | FilNet.NullableRef<string> | String identifying communication interface to limit enumeration to. Default value: ftl::NIL. | ||
![]() | inTLType | FilNet.NullableRef<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.IList<FilNet.GenTL_DeviceDescriptor> | Returns a list with device list descriptors. |