libgphoto2 photo camera library (libgphoto2) API 2.5.34
Loading...
Searching...
No Matches
_GPPortSettingsUSB Struct Reference

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.

Detailed Description

Port settings for USB ports.

Field Documentation

◆ altsetting

int _GPPortSettingsUSB::altsetting

USB Alternative Setting used.

Referenced by gp_port_set_info().

◆ config

int _GPPortSettingsUSB::config

USB bConfigurationValue used.

Referenced by gp_port_set_info().

◆ inep

int _GPPortSettingsUSB::inep

Bulk IN endpoint used.

Referenced by gp_port_set_info().

◆ interface

int _GPPortSettingsUSB::interface

USB Interface number used.

Referenced by gp_port_set_info().

◆ outep

int _GPPortSettingsUSB::outep

Bulk OUT endpoint used.

Referenced by gp_port_set_info().

◆ port

char _GPPortSettingsUSB::port[64]

USB Portname. Specific to lowlevel USB.

Referenced by gp_port_set_info().


The documentation for this struct was generated from the following file: