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

GenICam.GenTL_GetInterfaceDescriptor Method

Reads description of GenTL provider communication interface.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenTL_GetInterfaceDescriptor
(
	string inLibraryPath,
	string inInterfaceId,
	out AvlNet.GenTL_InterfaceDescriptor outDescriptor
)

Parameters

Name Type Range Default Description
inLibraryPathstringPath identifying provider library.
inInterfaceIdstringString identifying communication interface.
outDescriptorAvlNet.GenTL_InterfaceDescriptorDescription retrieved from provider interface.

See also