Back to Adaptive Vision Library website

You are here: Start » Function Reference » GenTL » GenTL_GetInterfaceDescriptor

GenTL_GetInterfaceDescriptor


Reads description of GenTL provider communication interface.

Syntax

C++
C#
 
void avl::GenTL_GetInterfaceDescriptor
(
	const atl::String& inLibraryPath,
	const atl::String& inInterfaceId,
	GenTL_InterfaceDescriptor& outDescriptor
)

Parameters

Name Type Default Description
inLibraryPath const String& Path identifying provider library.
inInterfaceId const String& String identifying communication interface.
outDescriptor GenTL_InterfaceDescriptor& Description retrieved from provider interface.

Description

This function accesses provider interface module and retrieves additional information from it. Data is returned using GenTL_InterfaceDescriptor structure.

See Also