You are here: Start » FIL.NET » GenicamInvoke.GigEVision_FindDevices
GenicamInvoke.GigEVision_FindDevices
This function performs enumeration of network devices and returns a list of present device descriptors.
Namespace: | Fil |
---|---|
Assembly: | FilNet.Genicam.dll |
Syntax
C++
C#
public static void GigEVision_FindDevices ( int inTime, int inMaxDevices, List<Fil.GigEVision_DeviceDescriptor> outDevices )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inTime | int | Time, in milliseconds, that the function will wait for device response. This is the time that the function will block execution before return. | ||
![]() | inMaxDevices | int | 0 | Maximum number of devices to enumerate or 0 to return all devices. Default value: 0. | |
![]() | outDevices | System.Collections.Generic.List<Fil.GigEVision_DeviceDescriptor> | Returns a list with device descriptors. Array passed as buffer is cleared before search and appended with descriptors. |