You are here: Start » AVL.NET » GenicamInvoke.GenTL_OpenDevice

GenicamInvoke.GenTL_OpenDevice

Opens a handle to a device provided by GenTL library.

Namespace:Avl
Assembly:AvlNet.Genicam.dll

Syntax

C++
C#
 
public static int GenTL_OpenDevice
(
	string inLibraryPath,
	string inInterfaceId,
	string inDeviceId
)

Parameters

Name Type Range Default Description
inLibraryPathstringPath identifying provider library.
inInterfaceIdstringString identifying communication interface through which device is accessed.
inDeviceIdstringUnique identifier of device in provider communication interface.

See also