libgphoto2 photo camera library (libgphoto2) Internals  2.5.23
gphoto2-port-info.h
Go to the documentation of this file.
1 
24 #ifndef GPHOTO_PORT_INFO_H
25 #define GPHOTO_PORT_INFO_H
26 
32 struct _GPPortInfo {
34  char *name;
35  char *path;
37  /* Private */
39 };
40 #endif
_GPPortInfo::name
char * name
The name of this port (usb:)
Definition: gphoto2-port-info.h:34
_GPPortInfo
Definition: gphoto2-port-info.h:32
_GPPortInfo::type
GPPortType type
The type of this port.
Definition: gphoto2-port-info.h:33
_GPPortInfo::path
char * path
The path of this port (usb:001,023)
Definition: gphoto2-port-info.h:35
_GPPortInfo::library_filename
char * library_filename
Internal pathname of the port driver. Do not use outside of the port library.
Definition: gphoto2-port-info.h:38
GPPortType
GPPortType
The gphoto port type.
Definition: gphoto2-port-info-list.h:34