libgphoto2 photo camera library (libgphoto2) Internals
2.5.23
|
Port settings for USB ports. More...
#include <gphoto2-port.h>
Data Fields | |
int | inep |
Bulk IN endpoint used. More... | |
int | outep |
Bulk OUT endpoint used. More... | |
int | intep |
Interrupt endpoint used. More... | |
int | config |
USB bConfigurationValue used. More... | |
int | interface |
USB Interface number used. More... | |
int | altsetting |
USB Alternative Setting used. More... | |
int | maxpacketsize |
Maximum USB packetsize of the IN endpoint. (r/o) More... | |
char | port [64] |
USB Portname. Specific to lowlevel USB. More... | |
Port settings for USB ports.
Definition at line 78 of file gphoto2-port.h.
int _GPPortSettingsUSB::altsetting |
USB Alternative Setting used.
Definition at line 84 of file gphoto2-port.h.
Referenced by gp_port_set_info().
int _GPPortSettingsUSB::config |
USB bConfigurationValue used.
Definition at line 82 of file gphoto2-port.h.
Referenced by gp_port_set_info().
int _GPPortSettingsUSB::inep |
Bulk IN endpoint used.
Definition at line 79 of file gphoto2-port.h.
Referenced by gp_port_set_info().
int _GPPortSettingsUSB::intep |
Interrupt endpoint used.
Definition at line 81 of file gphoto2-port.h.
int _GPPortSettingsUSB::interface |
USB Interface number used.
Definition at line 83 of file gphoto2-port.h.
Referenced by gp_port_set_info().
int _GPPortSettingsUSB::maxpacketsize |
Maximum USB packetsize of the IN endpoint. (r/o)
Definition at line 86 of file gphoto2-port.h.
int _GPPortSettingsUSB::outep |
Bulk OUT endpoint used.
Definition at line 80 of file gphoto2-port.h.
Referenced by gp_port_set_info().
char _GPPortSettingsUSB::port[64] |
USB Portname. Specific to lowlevel USB.
Definition at line 91 of file gphoto2-port.h.
Referenced by gp_port_set_info().