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 | |
|---|---|---|---|---|---|
![]() | 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. |

