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

GenICam.GenTL_OpenDevice Method

Opens a handle to a device provided by GenTL library.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

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