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

Parameters

Name Type Range Default Description
inLibraryPathAvlNet.NullableRef<string>Path identifying provider library to limit enumeration to. Default value: atl::NIL.
inInterfaceIdAvlNet.NullableRef<string>String identifying communication interface to limit enumeration to. Default value: atl::NIL.
inTLTypeAvlNet.NullableRef<string>Name of interface transport technology to limit enumeration to. Default value: atl::NIL.
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