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(
	string inLibraryPath,
	string inInterfaceId,
	string inTLType,
	int inInterfaceScanTime,
	out AvlNet.GenTL_DeviceDescriptor[] outDevices
)

Parameters

Name Type Range Default Description
inLibraryPathstringPath identifying provider library to limit enumeration to. Default value: atl::NIL, or null.
inInterfaceIdstringString identifying communication interface to limit enumeration to. Default value: atl::NIL, or null.
inTLTypestringName of interface transport technology to limit enumeration to. Default value: atl::NIL, or null.
inInterfaceScanTimeintTime limit, in milliseconds, that the function will wait for device response on each enumerated interface.
outDevicesAvlNet.GenTL_DeviceDescriptorReturns a list with device list descriptors.

See also