Back to FabImage Library website
You are here: Start » Function Reference » GenTL » GenTL_GetInterfaceDescriptor
GenTL_GetInterfaceDescriptor
Header: | Genicam.h |
---|---|
Namespace: | fil |
Module: | Genicam |
Reads description of GenTL provider communication interface.
Syntax
C++
C#
void fil::GenTL_GetInterfaceDescriptor ( const ftl::String& inLibraryPath, const ftl::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
- GenTL_EnumLibraries – Returns a list of loaded GenTL provider libraries available in the local system.