FLI libflipro API
|
Public Attributes | |
FPROCONNECTION | eConnType |
The physical connection type. If the connection type is FPRO_CONNECTION_USB, then the uiVendorId, uiProdId, and eUSBSpeed fields are also filled in. Otherwise those fields are not used and their contents is undefined. | |
uint32_t | uiVendorId |
The USB vendor ID. This field is applicable only when the eConnType is FPRO_CONNECTION_USB. | |
uint32_t | uiProdId |
The USB Product ID. This field is applicable only when the eConnType is FPRO_CONNECTION_USB. | |
union { | |
FPROUSBSPEED eUSBSpeed | |
FPROFIBREINFO fibreInfo | |
FPROIPINFO ipInfo | |
} | attr |
The attributes of the connection, This eUSBSpeed field is applicable only when the eConnType is FPRO_CONNECTION_USB. Likewise, the ipInfo field is only applicable when the eConnType is FPRO_CONNECTION_ENET, and fibreInfo is only applicable when the eConnType is FPRO_CONNECTION_FIBRE. NOTE: When connected through USB, FLI Cameras require a FPRO_USB_SUPERSPEED USB connection in order to transfer image data reliably. | |