libgphoto2 photo camera library (libgphoto2) API  2.5.10.1
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
char * name
The name of this port (usb:)
Definition: gphoto2-port-info.h:34
char * path
The path of this port (usb:001,023)
Definition: gphoto2-port-info.h:35
char * library_filename
Internal pathname of the port driver. Do not use outside of the port library.
Definition: gphoto2-port-info.h:38
GPPortType type
The type of this port.
Definition: gphoto2-port-info.h:33
Definition: gphoto2-port-info.h:32
GPPortType
The gphoto port type.
Definition: gphoto2-port-info-list.h:34