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

GenicamInvoke.GenTL_GetInterfaceDescriptor

Reads description of GenTL provider communication interface.

Namespace:Avl
Assembly:AvlNet.Genicam.dll

Syntax

C++
C#
 
public static void GenTL_GetInterfaceDescriptor
(
	string inLibraryPath,
	string inInterfaceId,
	Avl.GenTL_InterfaceDescriptor outDescriptor
)

Parameters

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

See also