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

GenICam.GigEVision_FindDevices Method

This function performs enumeration of network devices and returns a list of present device descriptors.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GigEVision_FindDevices
(
	int inTime,
	int inMaxDevices,
	IList<AvlNet.GigEVision_DeviceDescriptor> outDevices
)

Parameters

Name Type Range Default Description
inTimeintTime, in milliseconds, that the function will wait for device response. This is the time that the function will block execution before return.
inMaxDevicesint0Maximum number of devices to enumerate or 0 to return all devices. Default value: 0.
outDevicesSystem.Collections.Generic.IList<AvlNet.GigEVision_DeviceDescriptor>Returns a list with device descriptors. Array passed as buffer is cleared before search and appended with descriptors.

See also