You are here: Start » AVL.NET » GenICam.GenTL_FindDevices Method

GenICam.GenTL_FindDevices Method

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

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenTL_FindDevices
(
	int inInterfaceScanTime,
	IList<AvlNet.GenTL_DeviceDescriptor> outDevices
)

Parameters

Name Type Range Default Description
inInterfaceScanTimeintTime limit, in milliseconds, that the function will wait for device response on each enumerated interface.
outDevicesSystem.Collections.Generic.IList<AvlNet.GenTL_DeviceDescriptor>Returns a list with device list descriptors.

Function Overrides

See also