You are here: Start » FIL.NET » GenicamInvoke.GenTL_OpenDevice
GenicamInvoke.GenTL_OpenDevice
Opens a handle to a device provided by GenTL library.
Namespace: | Fil |
---|---|
Assembly: | FilNet.Genicam.dll |
Syntax
C++
C#
public static int GenTL_OpenDevice ( string inLibraryPath, string inInterfaceId, string inDeviceId )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLibraryPath | string | Path identifying provider library. | ||
![]() | inInterfaceId | string | String identifying communication interface through which device is accessed. | ||
![]() | inDeviceId | string | Unique identifier of device in provider communication interface. |