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
inLibraryPathFilNet.NullableRef<string>Path identifying provider library to limit enumeration to. Default value: ftl::NIL.
inInterfaceIdFilNet.NullableRef<string>String identifying communication interface to limit enumeration to. Default value: ftl::NIL.
inTLTypeFilNet.NullableRef<string>Name of interface transport technology to limit enumeration to. Default value: ftl::NIL.
inInterfaceScanTimeintTime limit, in milliseconds, that the function will wait for device response on each enumerated interface.
outDevicesSystem.Collections.Generic.IList<FilNet.GenTL_DeviceDescriptor>Returns a list with device list descriptors.

Function Overrides

See also