GenTL_InterfaceDescriptor
Description
This function stores extended information about GenTL provider communication interface (interface module).
struct GenTL_InterfaceDescriptor { ftl::String TLType; ftl::String DisplayName; };
- TLType - textual name of Transport Technology type, see below.
- DisplayName - user readable name defined by provider.
TLType field can, among others, take one of the following values:
- "Custom" - Custom technologies.
- "GEV" - GigE Vision technology.
- "CL" - Camera Link technology.
- "IIDC" - IIDC 1394 technology.
- "UVC" - USB video class devices.
- "CXP" - CoaXPress.
- "CLHS" - Camera Link HS.
- "USB3" - USB3 Vision Standard.
- "Ethernet" - Ethernet devices.
- "PCI" - PCI/PCIe devices.
(according to GenTL standard version 1.3)