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

GenicamInvoke.GenTL_GetInterfaceDescriptor

Reads description of GenTL provider communication interface.

Namespace:Fil
Assembly:FilNet.Genicam.dll

Syntax

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

Parameters

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

See also