|
libgphoto2 photo camera library (libgphoto2) API 2.5.34
|
Port settings for USB ports. More...
#include <gphoto2-port.h>
Data Fields | |
| int | inep |
| Bulk IN endpoint used. | |
| int | outep |
| Bulk OUT endpoint used. | |
| int | intep |
| Interrupt endpoint used. | |
| int | config |
| USB bConfigurationValue used. | |
| int | interface |
| USB Interface number used. | |
| int | altsetting |
| USB Alternative Setting used. | |
| int | maxpacketsize |
| Maximum USB packetsize of the IN endpoint. (r/o). | |
| char | port [64] |
| USB Portname. Specific to lowlevel USB. | |
Port settings for USB ports.
| int _GPPortSettingsUSB::altsetting |
USB Alternative Setting used.
Referenced by gp_port_set_info().
| int _GPPortSettingsUSB::config |
USB bConfigurationValue used.
Referenced by gp_port_set_info().
| int _GPPortSettingsUSB::inep |
Bulk IN endpoint used.
Referenced by gp_port_set_info().
| int _GPPortSettingsUSB::interface |
USB Interface number used.
Referenced by gp_port_set_info().
| int _GPPortSettingsUSB::outep |
Bulk OUT endpoint used.
Referenced by gp_port_set_info().
| char _GPPortSettingsUSB::port[64] |
USB Portname. Specific to lowlevel USB.
Referenced by gp_port_set_info().